Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CompositeMenuNode

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

Hierarchy

  • CompositeMenuNode

Implements

Index

Constructors

constructor

Properties

Protected Readonly _children

_children: MenuNode[] = []

Optional iconClass

iconClass: string

Readonly id

id: string

technical identifier.

Optional label

label: string

the optional label for this specific node.

Optional order

order: string

Accessors

children

isSubmenu

  • get isSubmenu(): boolean

sortString

  • get sortString(): string

Methods

addNode

removeNode

  • removeNode(id: string): void

Static isNavigationGroup