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