Search
ContainerNode.autoDeleteChildren Property
See Also
 





Gets or sets whether whether deleting this container should also remove its child items from the diagram.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get autoDeleteChildren() {}
set autoDeleteChildren(value) {}

 Property Value

Boolean

true to automatically delete child items, or false otherwise. The default value is false.

 See Also