Search
TreeLayout.enableAssistants Property
See Also
 





Gets or sets a value Indicating whether the "assistant" trait is regarded when performing the layout.

Namespace: MindFusion.Graphs
File: TreeLayout.js

 Syntax

JavaScript  Copy Code

get enableAssistants() {}
set enableAssistants(value) {}

 Property Value

Boolean

true if the "assistant" trait is regarded when performing the layout, or false otherwise.

 See Also