Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ActionMenuNode

Node representing an action in the menu tree structure. It's based on MenuAction for which it tries to determine the best label, icon and sortString with the given data.

Hierarchy

  • ActionMenuNode

Implements

Index

Constructors

Properties

action: MenuAction
altNode: undefined | ActionMenuNode
commands: CommandRegistry

Accessors

  • get command(): string
  • get icon(): undefined | string
  • get id(): string
  • get label(): string
  • get sortString(): string
  • get when(): undefined | string