Search
ContainerNode.allowRemoveChildren Property
See Also
 





Gets or sets whether users are allowed to remove child nodes from the container.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get allowRemoveChildren() {}
set allowRemoveChildren(value) {}

 Property Value

Boolean

true if child nodes can be removed interactively, or false otherwise.

 See Also