Search
DiagramNode.expandable Property
See Also
 






Gets or sets whether users are allowed to expand or collapse the subtree rooted at this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get expandable() {}
set expandable(value) {}

 Property Value

Boolean

true if users are allowed to expand/collapse the subtree, or false otherwise.

 Remarks

This property is useful mostly when nodes form a tree-like hierarchical structure.

 See Also