var instance = new Vintasoft.Imaging.WebUndoManagerJS(); var value; // Type: number value = instance.get_CurrentActionIndex();
function get_CurrentActionIndex() : number;
Return Value
Index, in history, of current undo action. Default value is -1.
var instance = new Vintasoft.Imaging.WebUndoManagerJS(); var value; // Type: number value = instance.get_CurrentActionIndex();
function get_CurrentActionIndex() : number;