Represents a navigation action. It can provide sub items.
The ui5-side-navigation-item
is used within ui5-side-navigation
or ui5-side-navigation-group
only.
ES6 Module Import​
import "@ui5/webcomponents-fiori/dist/SideNavigationItem.js";
Properties​
expanded​
Description | Defines if the item is expanded |
Type | boolean |
Default | false |
Description | Defines the icon of the item. The SAP-icons font provides numerous options. See all the available icons in the Icon Explorer. |
Type | string | undefined |
Default | undefined |
selected​
Description | Defines whether the item is selected |
Type | boolean |
Default | false |
Description | Defines the link target URI. Supports standard hyperlink behavior. If a JavaScript action should be triggered, this should not be set, but instead an event handler for the click event should be registered. |
Type | string | undefined |
Default | undefined |
Since | 1.19.0 |
target