Search
Diagram.links Property
See Also
 





Returns an array of all links in this diagram.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get links() {}
set links(value) {}

 Property Value

Array

Array of DiagramLink objects.

 Remarks

You cannot add or remove links directly through this array, but must use the addItem and removeItem methods instead.

 See Also