MindFusion.Diagramming for JavaScript Programmer's Guide

ObservableCollection.add Method

See Also
 





Adds the specified element to the collection.

Namespace: MindFusion.Collections
File: ObservableCollection.js

 Syntax

JavaScript  Copy Code

function add (item)

 Parameters

item

The element to add.

 See Also