UserSettingsNotificationsView
<ui5-user-settings-notifications-view> | Since 2.27.0The ui5-user-settings-notifications-view represents a view displayed in the
ui5-user-settings-item that lists notification preferences. Individual settings
are represented by ui5-user-settings-notifications-view-item elements, optionally
grouped by ui5-user-settings-notifications-view-group.
When a navigable item is clicked, the view drills into a sibling secondary view of
its parent ui5-user-settings-item. When an item's item-key matches a target
view's id, that view is opened and keeps its own text. Otherwise the first
sibling marked as secondary is opened and its text is set to the clicked
item's text so the drill-in header reflects the origin.
Apps can override this behavior by preventing the item-click event.
Applications should listen to the item's switch-change event (which bubbles) to
be notified when a switch is toggled.
Additional content (e.g. an information message strip) can be placed via the
additionalContent slot, which is rendered above the list.
ES6 Module Import
import "@ui5/webcomponents-fiori/dist/UserSettingsNotificationsView.js";
Properties
secondary
selected
text
Slots
additionalContent
default
headerItems
Events
item-click
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.