Search
Item.contacts Property
See Also
 






Gets the collection of contacts associated with this Item.

Namespace: MindFusion.Scheduling
File: Item.js

 Syntax

JavaScript  Copy Code

get contacts() {}

 Property Value

ObservableCollection. A collection witl all Contact-s for this Item.

 See Also