Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • MenuTree

Implements

Index

Constructors

constructor

  • new MenuTree(menu?: Menu, id?: string, label?: string): MenuTree

Properties

Protected _children

_children: MenuTree[] = []

Optional alt

alt: string

Optional command

command: string

Optional group

group: string

Optional Readonly id

id: string

Optional label

label: string

Optional submenusOrder

submenusOrder: string

The orders of the menu items which lead to the submenus

Optional when

when: string

Accessors

children

isSubmenu

  • get isSubmenu(): boolean

Methods

addChild