Skip to content

SplitLeaf

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

A leaf pane holding arbitrary content.

content: ReactNode

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

The pane’s content.


id: string

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

Stable id (useful for controlled trees / persistence).


optional title?: string

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

Optional header title; shown in the pane’s flat header bar.


type: "leaf"

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

Node kind discriminant.