Command$Typings extension
- on
Properties
- arguments ↔ List?
-
Arguments that the command handler should be
invoked with.
getter/setter pair
- command ↔ String
-
The identifier of the actual command handler.
@see {@link commands.registerCommand}
getter/setter pair
- title ↔ String
-
Title of the command, like
save
.getter/setter pair - tooltip ↔ String?
-
A tooltip for the command, when represented in the UI.
getter/setter pair