Represents an undo and redo action for a particular state transition.
extends goog.events.EventTarget| Instance Method Summary | |
equals(?goog.editor.plugins.UndoRedoState state) ⇒ booleanChecks if two undo-redo states are the same. | |
isAsynchronous() ⇒ boolean | |
redo()Redoes the action represented by this state. | |
undo()Undoes the action represented by this state. | |