var instance = new Vintasoft.Imaging.WebUndoManagerJS(); var value; // Type: boolean // Parameters var sourceObject; // Type: object value = instance.containsActionForSourceObject(sourceObject);
function containsActionForSourceObject(
sourceObjectSource.: object
) : boolean;
Parameters
- sourceObject
- Source.
Return Value
True - undo manager contains actions associated with specified source; False - undo manager does not contain actions associated with specified source.