Returns an array of all items in this diagram.
Namespace: MindFusion.Diagramming
Assembly: Diagram.js
Syntax
RemarksThis 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