Search
ItemListView.autoConnectLinks Property
See Also
 





Gets or sets whether links should be automatically connected to the nearest node.

Namespace: MindFusion.Diagramming
File: ItemListView.js

 Syntax

JavaScript  Copy Code

get autoConnectLinks() {}
set autoConnectLinks(value) {}

 Property Value

Boolean

true to automatically connect links, or false otherwise. The default value is true.

 Remarks

If 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