Search
DiagramLink.destinationAnchor Property
See Also
 






Gets or sets the anchor point to which the link connects at its destination.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get destinationAnchor() {}
set destinationAnchor(value) {}

 Property Value

Number

An integer value specifying the index of the destination anchor point.

 Remarks

This property is valid when destination node's anchorPattern is set.

 See Also