Search
TreeLayout.keepGroupLayout Property
See Also
 





Gets or sets a value indicating whether to treat each group of nodes as a single vertex in the arranged graph.

Namespace: MindFusion.Graphs
File: TreeLayout.js

 Syntax

JavaScript  Copy Code

get keepGroupLayout() {}
set keepGroupLayout(value) {}

 Property Value

Boolean

true if each group of attached nodes should be treated as a single vertex in the arranged graph, or false otherwise.

 See Also