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
| Description | Defines the title text of the user settings view. |
| Type | string | undefined |
| Default | undefined |
selected
| Description | Defines whether the view is selected. There can be just one selected view at a time. |
| Type | boolean |
| Default | false |
secondary
| Description | Indicates 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. |
| Type | boolean |
| Default | false |
Slots
default
| Description | Defines the items of the component. |
| Type | Array<UserSettingsAppearanceViewGroup | UserSettingsAppearanceViewItem> |
additionalContent
| Description | Defines additional content displayed below the items list. |
| Type | Array<HTMLElement> |
Events
selection-change
| Description | Fired when an item is selected. |
| Type | CustomEvent<UserSettingsAppearanceViewItemSelectEventDetail> |
| Parameters | item: UserSettingsAppearanceViewItem The selected user settings appearance view item. |
| Bubbles | No |
| Cancelable | Yes - via preventDefault() |
Methods
No methods available for this component.
CSS Parts
No CSS parts available for this component.