Search
Diagram.autoDeleteLinks Property
See Also
 






Gets or sets whether links are deleted automatically when their origin or destination is deleted.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get autoDeleteLinks() {}
set autoDeleteLinks(value) {}

 Property Value

Boolean

true to delete links along with the nodes they connect, or false otherwise. The default value is true.

 Remarks

If this property is set to false, deleting a node will leave its links in the diagram as unconnected links.

 See Also