IPersonaProperties interface
Represents the properties of a Persona component.
Properties
| display |
The display name of the persona. |
| user |
The UPN of the persona. |
Property Details
displayName
The display name of the persona.
displayName?: string
Property Value
string
userPrincipalName
The UPN of the persona.
userPrincipalName?: string
Property Value
string