RedoCmd
Classes
RedoCmd
The command to redo an action.
Implements
Constructors
Constructor
new RedoCmd(textManager): RedoCmd;
Parameters
| Parameter | Type |
|---|---|
textManager | ITextManager |
Returns
Methods
execute()
execute(): boolean;
Executes the command.
Returns
boolean
true if changes were made, false otherwise.