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
| Description | Defines the avatar image url of the user. |
| Type | string | undefined |
| Default | "" |
avatarInitials
| Description | Defines the avatar initials of the user. |
| Type | string | undefined |
| Default | undefined |
avatarColorScheme
| Description | Defines 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
| Description | Defines the title text of the user. |
| Type | string |
| Default | "" |
subtitleText
| Description | Defines additional text of the user. |
| Type | string |
| Default | "" |
description
| Description | Defines description of the user. |
| Type | string |
| Default | "" |
additionalInfo
| Description | Defines additional information for the user. |
| Type | string |
| Default | "" |
selected
| Description | Defines if the user is selected. |
| Type | boolean |
| Default | false |
loading
| Description | Indicates whether a loading indicator should be shown. |
| Type | boolean |
| Default | false |
| Since | 2.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.