Skip to main content

UserSettingsAccountView

<ui5-user-settings-account-view> | Since 2.17.0

The ui5-user-settings-account-view represents a view displayed in the ui5-user-settings-item.

Properties​

secondary​

DescriptionIndicates whether the view is secondary. It is relevant only if the view is used in pages slot of ui5-user-settings-item and controls the visibility of the back button.
Typeboolean
Defaultfalse

selected​

DescriptionDefines whether the view is selected. There can be just one selected view at a time.
Typeboolean
Defaultfalse

showEditButton​

DescriptionDefines if the User Settings Account View shows the edit button on the avatar.
Typeboolean
Defaultfalse
Since2.26.0

showManageAccount​

DescriptionDefines if the User Menu shows the Manage Account option.
Typeboolean
Defaultfalse

text​

DescriptionDefines the title text of the user settings view.
Typestring | undefined
Defaultundefined

Slots​

account​

DescriptionDefines the user account.
TypeArray<UserMenuAccount>

default​

DescriptionDefines the content of the view.
TypeArray<HTMLElement>

Events​

edit-accounts-click​

DescriptionFired when the Edit Accounts button is selected.
TypeCustomEvent
BubblesNo
CancelableNo

manage-account-click​

DescriptionFired when the Manage Account button is selected.
TypeCustomEvent
BubblesNo
CancelableNo

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.