SplitBranch
Defined in: react/components/layout/split-view.tsx:24
An internal node splitting its area into children along one axis.
Properties
Section titled “Properties”children
Section titled “children”children:
SplitNode[]
Defined in: react/components/layout/split-view.tsx:30
Child nodes (leaves or nested splits).
direction
Section titled “direction”direction:
SplitDirection
Defined in: react/components/layout/split-view.tsx:28
Axis the children are arranged along.
sizes?
Section titled “sizes?”
optionalsizes?:number[]
Defined in: react/components/layout/split-view.tsx:32
Per-child weights (any positive units); defaults to equal.
type:
"split"
Defined in: react/components/layout/split-view.tsx:26
Node kind discriminant.