UserSettingsItem
<ui5-user-settings-item>
| Since 2.8.0info
The following entity is available under an experimental flag and its API and behavior are subject to change.
The ui5-user-settings-item
represents an item in the ui5-user-settings-dialog
.
ES6 Module Import​
import "@ui5/webcomponents-fiori/dist/UserSettingsItem.js";
You can disable the UserSettingsItem
by setting the enabled
property to false
,
or use the UserSettingsItem
in read-only mode by setting the editable
property to false.
Note: Disabled and read-only states shouldn't be used together.
Properties​
text​
tooltip​
headerText​
selected​
disabled​
loading​
loadingReason​
icon​
accessibleName​
Slots​
default​
pages​
Events​
selection-change​
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.