TreeLayoutOptions

The configuration options for the tree layout algorithm that arranges graphs with a tree structure.

For more information on the layout algorithm and its available settings, see TreeLayout.

Props

NameDescriptionType
componentLayoutEnabled?
boolean
considerNodeLabels?
boolean
defaultLeafPlacer?
ITreeLayoutNodePlacer
defaultNodePlacer?
ITreeLayoutNodePlacer
groupingSupported?
boolean
hideGroupsStageEnabled?
boolean
integratedEdgeLabeling?
boolean
labelingEnabled?
boolean
layoutOrientation?
“top-to-bottom”
| “left-to-right”
| “right-to-left”
| “bottom-to-top”
multiParentAllowed?
boolean
orientationLayoutEnabled?
boolean
parallelEdgeRouterEnabled?
boolean
selfLoopRouterEnabled?
boolean
subgraphLayoutEnabled?
boolean