Gets or sets whether links are deleted automatically when their origin or destination is deleted.
Namespace: MindFusion.Diagramming
File: Diagram.js
JavaScript Copy Code |
---|
get autoDeleteLinks() {} |
Boolean
true to delete links along with the nodes they connect, or false otherwise. The default value is true.
If this property is set to false, deleting a node will leave its links in the diagram as unconnected links.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |