Gets or sets whether users are allowed to expand or collapse the subtree rooted at this node.
Namespace: MindFusion.Diagramming
File: DiagramNode.js
SyntaxJavaScript
Copy Code
|
|---|
get expandable() {} |
Boolean
true if users are allowed to expand/collapse the subtree, or false otherwise.
RemarksThis property is useful mostly when nodes form a tree-like hierarchical structure.
See Also