Skip to main content

UserSettingsAppearanceView

<ui5-user-settings-appearance-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-appearance-view represents a view displayed in the ui5-user-settings-item.

ES6 Module Import

import "@ui5/webcomponents-fiori/dist/UserSettingsAppearanceView.js";

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 items of the component.
TypeArray<UserSettingsAppearanceViewGroup | UserSettingsAppearanceViewItem>

additionalContent

DescriptionDefines additional content displayed below the items list.
TypeArray<HTMLElement> | undefined

Events

selection-change

DescriptionFired when an item is selected.
TypeCustomEvent<UserSettingsAppearanceViewItemSelectEventDetail>
Parametersitem: UserSettingsAppearanceViewItem
The selected user settings appearance view item.
BubblesNo
CancelableYes - via preventDefault()

Methods

No methods available for this component.

CSS Parts

No CSS parts available for this component.