Search
Diagram.allowUnanchoredLinks Property
See Also
 





Gets or sets a value indicating whether users can link nodes that do not have designated anchor points.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get allowUnanchoredLinks() {}
set allowUnanchoredLinks(value) {}

 Property Value

Boolean

true to let links connect to nodes without anchor points, or false otherwise. The default is true.

 Remarks

allowUnanchoredLinks applies to nodes whose anchorPattern is not set or does not contain incoming or outgoing anchor points available. If the property is enabled, users can connect links to any point of such nodes. If disabled, users cannot connect links to such nodes.

 See Also