In This Topic
Sets the current state of action.
Syntax
var instance = new Vintasoft.Imaging.WebUndoActionJS(source, actionSource);
var returnValue; // Type: any
// Parameters
var value; // Type: object
returnValue = instance.set_CurrentState(value);
function set_CurrentState(
: object
) : any;
Parameters
- value
- New current state of action.
Browser Compatibility
See Also