set_CurrentActionIndex Method
In This Topic
Sets an index, in history, of current undo action.
Syntax
var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_CurrentActionIndex(value);
function set_CurrentActionIndex(
: number
) : any;
Parameters
- value
- Index of undo action.
Exceptions
Exception | Description |
| Thrown if argument is less than zero or argument is greater than actions count. |
Browser Compatibility
See Also