Abstract
Abstract
isIndicates whether the command is undoable and redoable
Readonly
isIndicated whether the command can be updated
Abstract
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
Base class for commands