Skip to main content

UserMenuAccount

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

The following entity is available under an experimental flag and its API and behavior are subject to change.

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

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""

selected​

DescriptionDefines if the user is selected.
Typeboolean
Defaultfalse

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.