Search
DiagramNode.expanded Property
See Also
 





Gets or sets whether the subtree rooted at this node is expanded.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get expanded() {}
set expanded(value) {}

 Property Value

Boolean

true if the subtree is expanded, or false otherwise.

 Remarks

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.

 See Also