Search
DiagramLink.originAnchor Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get originAnchor() {}
set originAnchor(value) {}

 Property Value

Number

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

 Remarks

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

 See Also