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
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 |
selected
| Description | Defines whether the view is selected. There can be just one selected view at a time. |
| Type | boolean |
| Default | false |
text