NotificationListGroupItem
<ui5-li-notification-group>
| Since 1.0.0-rc.8The ui5-li-notification-group
is a special type of list item,
that unlike others can group items within self, usually ui5-li-notification
items.
The component consists of:
Toggle
button to expand and collapse the groupTitleText
to entitle the group- Items of the group
Usage​
The component can be used in a standard ui5-list
.
Keyboard Handling​
The ui5-li-notification-group
provides advanced keyboard handling.
This component provides fast navigation when the header is focused using the following keyboard shortcuts:
- [Space] - toggles expand / collapse of the group
- [Plus] - expands the group
- [Minus] - collapses the group
- [Right] - expands the group
- [Left] - collapses the group
ES6 Module Import​
import "@ui5/webcomponents-fiori/dist/NotificationListGroupItem.js";
Properties​
collapsed​
growing​
titleText​
read​
loading​
loadingDelay​
Slots​
default​
Events​
toggle​
load-more​
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.