containsActionForSourceObject Method
In This Topic
Returns a value indicating whether the undo manager contains actions associated with specified source.
Syntax
var instance = new Vintasoft.Imaging.WebUndoManagerJS();
var value; // Type: boolean
// Parameters
var sourceObject; // Type: object
value = instance.containsActionForSourceObject(sourceObject);
function containsActionForSourceObject(
: 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.
Browser Compatibility
See Also