An options object for creating a menu item.

Hierarchy

Properties

The arguments for the command.

The default value is an empty object.

command?: string

The command to execute when the item is triggered.

The default value is an empty string.

rank?: number

Menu item rank

submenu?: Menu

The submenu for a 'submenu' type item.

The default value is null.

type?: ItemType

The type of the menu item.

The default value is 'command'.

Generated using TypeDoc