In This Topic
Gets the references to the source objects stored in source. For example, this property contains references to the collection objects if source is collection.
Syntax
var instance = new Vintasoft.Imaging.WebUndoActionJS(source, actionSource);
var value; // Type: object
value = instance.get_SourceItems();
function get_SourceItems() : object;
Return Value
References to the source objects stored in source. Default value is null.
Browser Compatibility
See Also