Represents an undo and redo action for a particular state transition.
extends goog.events.EventTargetInstance Method Summary | |
equals(?goog.editor.plugins.UndoRedoState state) ⇒ boolean Checks 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. |