addButtonProps IButtonProps
Button properties for the add face button
ariaDescription string
ARIA label for persona list
ariaLabel string
Defines the aria label that the screen readers use when focus goes on a list of personas.
chevronButtonProps IButtonProps
Deprecated at v0.70, use overflowButtonProps
instead.
className string
Additional css class to apply to the Facepile
componentRef IRefObject<IFacepile>
Optional callback to access the IFacepile interface. Use this instead of ref for accessing the public methods and properties of the component.
getPersonaProps (persona: IFacepilePersona) => IPersonaSharedProps
Method to access properties on the underlying Persona control
maxDisplayablePersonas number
Maximum number of personas to show
onRenderPersona IRenderFunction<IFacepilePersona>
Optional custom renderer for the persona, gets called when there is one persona in personas array
onRenderPersonaCoin IRenderFunction<IFacepilePersona>
Optional custom renderer for the persona coins, gets called when there are multiple persona in personas array
overflowButtonProps IButtonProps
Properties for the overflow icon
overflowButtonType OverflowButtonType
Type of overflow icon to use
overflowPersonas IFacepilePersona[]
Personas to place in the overflow
personas IFacepilePersona[]
Array of IPersonaProps that define each Persona.
personaSize PersonaSize
Size to display the personas
showAddButton boolean
Show add person button
styles IStyleFunctionOrObject<IFacepileStyleProps, IFacepileStyles>
Call to provide customized styling that will layer on top of the variant rules.
theme ITheme
Theme provided by High-Order Component.