Gets or sets a value indicating whether users are allowed to draw links that are not connected to any node.
Namespace: MindFusion.Diagramming
File: Diagram.js
JavaScript Copy Code |
---|
get allowUnconnectedLinks() {} |
Boolean
true to let users draw unconnected links, or false otherwise.
If this property is set to true, users will be able to draw links from or to any point of the document. To draw links that do not start from a node, you must also set behavior to DrawLinks.
Depending on which end of a link is unconnected, its origin or destination nodes will be set to a DummyNode instance.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |