In This Topic
Adds information about change in object to the history.
Syntax
var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
var value; // Type: any
// Parameters
var undoAction; // Type: object
var previousState; // Type: object
value = instance.addAction(undoAction, previousState);
function addAction(
: object,
: object
) : any;
Parameters
- undoAction
- Undo action that determines change in object.
- previousState
- Previous object state.
Exceptions
Exception | Description |
| Thrown if UndoAction parameter is null. |
| Thrown if current manager is not specified. |
Browser Compatibility
See Also