Search
DiagramNode.incomingLinks Property
See Also
 





Gets the incoming links to this node.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

get incomingLinks() {}

 Property Value

Array

An array of DiagramLink objects.

 Remarks

Set link's destination property to programmatically create incoming link to a node, or set respective argument of createDiagramLink method.

 See Also