Skip to content

SerializedBranch

Defined in: react/components/layout/split-view.tsx:49

A split branch with serializable children — JSON-serializable.

children: SerializedSplitNode[]

Defined in: react/components/layout/split-view.tsx:55

Serialized child nodes.


direction: SplitDirection

Defined in: react/components/layout/split-view.tsx:53

Axis the children are arranged along.


optional sizes?: 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.