Gets or sets whether links should be automatically connected to the nearest node.
Namespace: MindFusion.Diagramming
Assembly: ItemListView.js
SyntaxJavaScript
Copy Code
|
|---|
get autoConnectLinks() {} |
Boolean
true to automatically connect links, or false otherwise. The default value is true.
RemarksIf this property is enabled and there are nodes within autoConnectDistance when a link is created via drag-and-drop, the link automatically connects to the nodes. Otherwise it is created as unconnected link.
See Also