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

NameType
allowMultiParent?
boolean
defaultSubtreePlacer?
ISubtreePlacer
edgeLabelPlacement?
“generic”
| “ignore”
| “integrated”
layoutOrientation?
“top-to-bottom”
| “left-to-right”
| “right-to-left”
| “bottom-to-top”
nodeLabelPlacement?
“consider”
| “generic”
| “ignore”