OptionalargsThe arguments for the command.
The default value is an empty object.
OptionalcommandThe command to execute when the item is triggered.
The default value is an empty string.
OptionalrankThe 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.
OptionalsubmenuThe submenu for a 'submenu' type item.
The default value is null.
OptionaltypeThe type of the menu item.
The default value is 'command'.
An options object for creating a context menu item.