Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CompositeMenuNodeWrapper

Hierarchy

  • CompositeMenuNodeWrapper

Implements

Index

Constructors

Properties

options?: SubMenuOptions

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

wrapped: Readonly<MutableCompoundMenuNode>

Accessors

  • get icon(): undefined | string
  • get iconClass(): undefined | string
  • get id(): string
  • get isSubmenu(): boolean
  • get label(): undefined | string
  • get order(): undefined | string
  • get sortString(): string
  • get when(): undefined | string

Methods

  • removeNode(id: string): void