MindFusion.Diagramming for JavaScript Programmer's Guide

ContainerNode.getAllowAddChildren Method

See Also
 





Gets a value indicating whether users are allowed to add child nodes to the container.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function getAllowAddChildren ()

 Return Value

true if child nodes can be added interactively; otherwise false.

 See Also