The arguments for the command.
The default value is an empty object.
The command to execute when the item is triggered.
The default value is an empty string.
The rank for the item.
The rank is used as a tie-breaker when ordering context menu items for display. Items are sorted in the following order:
The default rank is Infinity
.
The CSS selector for the context menu item.
The context menu item will only be displayed in the context menu when the selector matches a node on the propagation path of the contextmenu event. This allows the menu item to be restricted to user-defined contexts.
The selector must not contain commas.
The submenu for a 'submenu'
type item.
The default value is null
.
The type of the menu item.
The default value is 'command'
.
Generated using TypeDoc
An options object for creating a context menu item.