Class CompositeMenuNode

Node representing a (sub)menu in the menu tree structure.

Implements

Constructors

Properties

_children: MenuNode[] = []
_when?: string
iconClass?: string
id: string

technical identifier.

label?: string

Optional label. Will be rendered as text of the menu item.

order?: string

A reference to the parent node - useful for determining the menu path by which the node can be accessed.

isNavigationGroup: ((node) => node is CompoundMenuNode) = CompoundMenuNode.isNavigationGroup

Type declaration

Deprecated

Since

1.28 use CompoundMenuNode.isNavigationGroup instead

Accessors

Methods