goog.editor.plugins.UndoRedoManager.EventType
Provided By | |
---|---|
Type | string |
Event types for the events dispatched by undo-redo manager.
Values
BEFORE_REDO | Signifies that the redo method of a state is about to be called.
Events of this type will have a |
---|---|
BEFORE_UNDO | Signifies that the undo method of a state is about to be called.
Events of this type will have a |
STATE_ADDED | Signifies that a state was just added to the undo stack. Events of this
type will have a |
STATE_CHANGE | Signifies that he undo or redo stack transitioned between 0 and 1 states, meaning that the ability to peform undo or redo operations has changed. |