Skip to main content

IActionPersonaProps

@spartanfx/react v1.2.2


@spartanfx/react / index / IActionPersonaProps

Interface: IActionPersonaProps

Props for ActionPersona.

Properties

Required

PropertyTypeDescription
userIActionPersonaUserInformation about the target user.

Options

PropertyTypeDescription
allowTeamChat?booleanOptional parameter to allow Microsoft Teams chat.
baseUrl?stringAbsolute URL of the SharePoint site collection root. Use profilePictureUrl prop if you want to manage the full path manually.
profilePictureUrl?stringAbsolute URL of profile picture. Use baseUrl prop if the user is registered in a SharePoint site.
shadow?booleanAdds a modern elevated shadow with subtle glow.
size?PersonaSizeSize variant for the persona.

Appearance & theming

PropertyTypeDescription
accentColor?stringAccent color for highlights and interactive states. Defaults to theme primary color.
appearance?AppearanceModeExplicit appearance control. - auto (default): follow Fluent UI theme - light: force light mode - dark: force dark mode