get_IsCompositeActionStarted Method
Gets a value indicating whether the undo manager started the composite action.
var instance = new Vintasoft.Imaging.WebUndoManagerJS();
var value; // Type: boolean
value = instance.get_IsCompositeActionStarted();
function get_IsCompositeActionStarted() : boolean;
Return Value
True - the undo manager started the composite action; False - the undo manager is not started the composite action.