Gets a value indicating whether users are allowed to draw links that are not connected to any node.
Namespace: MindFusion.Diagramming
Package: Diagram.js
JavaScript Copy Code |
---|
function getAllowUnconnectedLinks () |
true to let the user draw unconnected links; otherwise, false.
If the property is set to true, users will be able to draw links from or to any point of the document. Depending on which end of a link is unconnected, its Origin or Destination nodes will be set to a DummyNode instance.