Skip to main content

SideNavigationGroup

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​

DescriptionDefines if the item is expanded
Typeboolean
Defaultfalse

text​

DescriptionDefines the text of the item.
Typestring
Default""

disabled​

DescriptionDefines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain.
Typeboolean
Defaultfalse
Since1.19.0

Slots​

default​

DescriptionDefines nested items by passing ui5-side-navigation-item to the default slot.
TypeArray<SideNavigationItem>

Events​

No events available for this component.

Methods​

No methods available for this component.

CSS Parts​

No CSS parts available for this component.