In This Topic
Adds an interactive object to the end of the collection.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractiveObjectCollectionJS(typeOfElements);
var value; // Type: any
// Parameters
var item; // Type: object
value = instance.addItem(item);
function addItem(
: object
) : any;
Parameters
- item
- Interactive object to add.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if interactive object is already used in other collection. |
Browser Compatibility
See Also