Skip to main content

UserSettingsView

<ui5-user-settings-view> | Since 2.8.0
info

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

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

Properties​

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​

default​

DescriptionDefines the content of the view.
TypeArray<HTMLElement>

Events​

No events available for this component.

Methods​

No methods available for this component.

CSS Parts​

No CSS parts available for this component.