Search
Diagram.items Property
See Also
 





Returns an array of all items in this diagram.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get items() {}

 Property Value

Array

Array of DiagramItem objects.

 Remarks

This collection gives you access to all items contained in this diagram. You cannot add or remove items directly through it, but must use the addItem and removeItem methods instead.

 See Also