Search
DiagramNode.anchorPattern Property
See Also
 





Gets or sets the anchor points to which links attach when connected to this node.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

get anchorPattern() {}
set anchorPattern(value) {}

 Property Value

AnchorPattern

An AnchorPattern object that defines a set of anchor points.

 Remarks

This property specifies a set of points to which links can be attached. Each anchor point can accept either incoming links, outgoing links or both. If a node does not have any anchor points defined, links can be connected to any part of the node.

 See Also