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
| Description | Defines additional information for the user. |
| Type | string |
| Default | "" |
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 | "Accent1" | "Accent10" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Accent7" | "Accent8" | "Accent9" | "Auto" | "Placeholder" | "Transparent" (value descriptions in: AvatarColorScheme) |
| Default | "Auto" |
avatarInitials
| Description | Defines the avatar initials of the user. |
| Type | string | undefined |
| Default | undefined |
avatarSrc
| Description | Defines the avatar image url of the user. |
| Type | string | undefined |
| Default | "" |
description
| Description | Defines description of the user. |
| Type | string |
| Default | "" |
loading
| Description | Indicates whether a loading indicator should be shown. |
| Type | boolean |
| Default | false |
| Since | 2.9.0 |
selected
| Description | Defines if the user is selected. |
| Type | boolean |
| Default | false |
subtitleText
| Description | Defines additional text of the user. |
| Type | string |
| Default | "" |
titleText
| Description | Defines the title text of the user. |
| Type | string |
| 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.