Skip to main content

UserMenuAccount

<ui5-user-menu-account> | Since 2.5.0

The ui5-user-menu-account represents an account in the ui5-user-menu.

ES6 Module Import​

import "@ui5/webcomponents-fiori/dist/UserMenuAccount.js";

Properties​

additionalInfo​

DescriptionDefines additional information for the user.
Typestring
Default""

avatarColorScheme​

DescriptionDefines the background color of the desired image. If avatarColorScheme is set to Auto, the avatar will be displayed with the Accent6 color.
Type"Accent1" | "Accent10" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Accent7" | "Accent8" | "Accent9" | "Auto" | "Placeholder" | "Transparent" (value descriptions in: AvatarColorScheme)
Default"Auto"

avatarInitials​

DescriptionDefines the avatar initials of the user.
Typestring | undefined
Defaultundefined

avatarSrc​

DescriptionDefines the avatar image url of the user.
Typestring | undefined
Default""

description​

DescriptionDefines description of the user.
Typestring
Default""

loading​

DescriptionIndicates whether a loading indicator should be shown.
Typeboolean
Defaultfalse
Since2.9.0

selected​

DescriptionDefines if the user is selected.
Typeboolean
Defaultfalse

subtitleText​

DescriptionDefines additional text of the user.
Typestring
Default""

titleText​

DescriptionDefines the title text of the user.
Typestring
Default""

Slots​

No slots available for this component.

Events​

No events available for this component.

Methods​

No methods available for this component.

CSS Parts​

No CSS parts available for this component.

CSS Custom States​

No CSS custom states available for this component.