CustomAvatarOptions type
Opzioni che possono essere inserite nella onRender
funzione per personalizzare un componente Avatar (Persona
).
type CustomAvatarOptions = {
coinSize?: number
hidePersonaDetails?: boolean
initialsTextColor?: string
noVideoAvailableAriaLabel?: string
presence?: PersonaPresence
size?: PersonaSize
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>
text?: string
}