Search
ContainerNode.allowAddChildren Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get allowAddChildren() {}
set allowAddChildren(value) {}

 Property Value

Boolean

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

 See Also