SerializedBranch
Defined in: react/components/layout/split-view.tsx:49
A split branch with serializable children — JSON-serializable.
Properties
Section titled “Properties”children
Section titled “children”children:
SerializedSplitNode[]
Defined in: react/components/layout/split-view.tsx:55
Serialized child nodes.
direction
Section titled “direction”direction:
SplitDirection
Defined in: react/components/layout/split-view.tsx:53
Axis the children are arranged along.
sizes?
Section titled “sizes?”
optionalsizes?:number[]
Defined in: react/components/layout/split-view.tsx:57
Per-child weights.
type:
"split"
Defined in: react/components/layout/split-view.tsx:51
Node kind discriminant.