IUserInfo interface
Encapsulates information about a user.
- Extends
-
IEventUserInfo
display |
Optional. The user's display name. |
picture |
Optional. The URI to the user's picture. |
Optional. The user's display name.
TypeScript
displayName?: string
Property Value
string
Optional. The URI to the user's picture.
TypeScript
pictureUri?: string
Property Value
string
Inherited From IEventUserInfo.pictureUri