Skip to main content

UserSettingsAccountView

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

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

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

Properties

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

selected

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

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

Slots

account

DescriptionDefines the user account.
TypeArray<UserMenuAccount> | undefined

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.