Returns the array of all links in this diagram.
Namespace: MindFusion.Diagramming
Package: Diagram.js
JavaScript Copy Code |
---|
function getLinks () |
Array of all DiagramLink instances in the diagram.
You cannot add or remove links directly through this array, but must use the addItem and removeItem methods instead.