Share via


IUserInfo interface

Encapsulates information about a user.

Extends

IEventUserInfo

Properties

displayName

Optional. The user's display name.

Inherited Properties

pictureUri

Optional. The URI to the user's picture.

Property Details

displayName

Optional. The user's display name.

displayName?: string

Property Value

string

Inherited Property Details

pictureUri

Optional. The URI to the user's picture.

pictureUri?: string

Property Value

string

Inherited From IEventUserInfo.pictureUri