Search
FractalLayout.root Property
See Also
 






Gets or sets the node that should be placed at the center of the tree.

Namespace: MindFusion.Graphs
File: FractalLayout.js

 Syntax

JavaScript  Copy Code

get root() {}
set root(value) {}

 Property Value

DiagramNode

The node that should be placed at the center of the tree.

 See Also