Skip to main content

SideNavigationGroup

<ui5-side-navigation-group> | Since 1.24.0

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 | undefined
Defaultundefined

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

tooltip

DescriptionDefines 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.
Typestring | undefined
Defaultundefined
Since2.0.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.

CSS Custom States

No CSS custom states available for this component.