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

avatarSrc

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

avatarInitials

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

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"Auto" | "Accent1" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Accent7" | "Accent8" | "Accent9" | "Accent10" | "Placeholder" | "Transparent" (value descriptions in: AvatarColorScheme)
Default"Auto"

titleText

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

subtitleText

DescriptionDefines additional text of the user.
Typestring
Default""

description

DescriptionDefines description of the user.
Typestring
Default""

additionalInfo

DescriptionDefines additional information for the user.
Typestring
Default""

selected

DescriptionDefines if the user is selected.
Typeboolean
Defaultfalse

loading

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

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.