Search
TreeLayout.compactAssistants Property
See Also
 






Gets or sets a value indicating whether the "assistant" nodes on the same side of a single parentare arranged as close to each other as possible.

Namespace: MindFusion.Graphs
File: TreeLayout.js

 Syntax

JavaScript  Copy Code

get compactAssistants() {}
set compactAssistants(value) {}

 Property Value

Boolean

true if the "assistant" nodes on the same side of a single parentare arranged as close to each other as possible, or false otherwise.

 See Also