Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MenuNode

Base interface of the nodes used in the menu tree structure.

Hierarchy

  • MenuNode

Implemented by

Index

Properties

Properties

Readonly id

id: string

technical identifier.

Optional Readonly label

label: string

the optional label for this specific node.

Readonly sortString

sortString: string

Menu nodes are sorted in ascending order based on their sortString.