The ui5-user-settings-view represents a view displayed in the ui5-user-settings-item.
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 content of the view. |
| Type | Array<HTMLElement> |
Events
No events available for this component.
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.