Represents a group of navigation actions within ui5-side-navigation.
The ui5-side-navigation-group can only be used inside a ui5-side-navigation.
ES6 Module Import
import "@ui5/webcomponents-fiori/dist/SideNavigationGroup.js";
Properties
expanded
| Description | Defines if the item is expanded |
| Type | boolean |
| Default | false |
text
| Description | Defines the text of the item. |
| Type | string | undefined |
| Default | undefined |
disabled
| Description | Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain. |
| Type | boolean |
| Default | false |
| Since | 1.19.0 |
| Description | Defines the tooltip of the component. A tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed ("icon only" design is visualized) or the item text is truncated. |
| Type | string | undefined |
| Default | undefined |
| Since | 2.0.0 |
Slots
default
| Description | Defines nested items by passing ui5-side-navigation-item to the default slot. |
| Type | Array<SideNavigationItem> |
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.