Gets or sets whether the subtree rooted at this node is expanded.
Namespace: MindFusion.Diagramming
File: DiagramNode.js
JavaScript Copy Code |
---|
get expanded() {} |
Boolean
true if the subtree is expanded, or false otherwise.
By default, the control considers nodes that can be reached by following outgoing links to be the child nodes in a tree, and respectively outgoing links determine the direction in which tree branches collapse or expand. This direction can be reversed by setting the expandOnIncoming property to true.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |