Gets or sets a value indicating whether users can link nodes that do not have designated anchor points.
Namespace: MindFusion.Diagramming
File: Diagram.js
JavaScript Copy Code |
---|
get allowUnanchoredLinks() {} |
Boolean
true to let links connect to nodes without anchor points, or false otherwise. The default is true.
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.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |