Search
Selection.items Property
See Also
 





Returns an array of all items in this selection.

Namespace: MindFusion.Diagramming
File: Selection.js

 Syntax

JavaScript  Copy Code

get items() {}

 Property Value

Array

Array of DiagramItem objects.

 Remarks

Do not modify this array directly, but call Selection methods such as addItem and removeItem, which also update item's state variables and redraw the diagram.

 See Also