Search
Selection.links Property
See Also
 






Returns an array of all links in this selection.

Namespace: MindFusion.Diagramming
File: Selection.js

 Syntax

JavaScript  Copy Code

get links() {}

 Property Value

DiagramLink

Array of DiagramLink 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