Indicates whether the command is undoable and redoable
Readonly
isIndicated whether the command can be updated
Readonly
nameName of the command
Cleans the command footprint.
Updates the command with a latest version of the required parameters.
The update method can be called during continuous user interactions (such as mousemove, mousedrag or color changes) where the command to fire can be updated accordingly to the user inputs instead of creating a new command for each value.
Note