var instance = new GC.Spread.Commands.UndoManager();
function UndoManager;
var instance = new GC.Spread.Commands.UndoManager();
function UndoManager;
Object
GC.Spread.Commands.UndoManager
Name | Description | |
---|---|---|
UndoManager Constructor | Represents the undo manager. |
Name | Description | |
---|---|---|
canRedo | Gets whether the redo operation is allowed. | |
canUndo | Gets whether the undo operation is allowed. | |
clear | Clears all of the undo stack and the redo stack. | |
redo | Redoes the last command. | |
undo | Undoes the last command. |