Readonly argsThe arguments for the command.
Readonly captionThe display caption for the command item.
Readonly categoryThe category for the command item.
Readonly classThe extra class name for the command item.
Readonly commandThe command to execute when the item is triggered.
Readonly datasetThe dataset for the command item.
Readonly iconThe icon renderer for the command item.
Readonly iconThe icon class for the command item.
Readonly iconThe icon label for the command item.
Readonly isWhether the command item is enabled.
Readonly isWhether the command item is toggleable.
Readonly isWhether the command item is toggled.
Readonly isWhether the command item is visible.
Readonly keyThe key binding for the command item.
Readonly labelThe display label for the command item.
Readonly rankThe rank for the command item.
Generated using TypeDoc
An object which represents an item in a command palette.
Notes
Item objects are created automatically by a command palette.