Class ZmActionStack
Class Detail
ZmActionStack(maxLength)
Method Detail
actionIsComplete()
Returns whether the next undo action has completed
canRedo()
Returns whether there are actions that can be redone
canUndo()
Returns whether there are actions that can be undone
logAction(op, attrs, items, item, ids, id)
Logs a raw action, interpreting the params and creates a ZmAction object that is pushed onto the stack and returned
onComplete(callback)
Attaches a completion callback to the current action
redo()
Redoes the current action (if applicable) and moves the internal pointer
undo()
Undoes the current action (if applicable) and moves the internal pointer
|
||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:38 GMT-0400 (EDT)
|