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

Accessors

Constructors

constructor

Properties

Readonly action

action: MenuAction

Readonly altNode

altNode: undefined | ActionMenuNode

Protected Readonly commands

commands: CommandRegistry

Accessors

icon

  • get icon(): undefined | string

id

  • get id(): string

label

  • get label(): string

sortString

  • get sortString(): string