IUserInfo interface
Encapsulates information about a user.
- Extends
-
IEventUserInfo
Properties
display |
Optional. The user's display name. |
Inherited Properties
picture |
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