SplitLeaf
Defined in: react/components/layout/split-view.tsx:12
A leaf pane holding arbitrary content.
Properties
Section titled “Properties”content
Section titled “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).
title?
Section titled “title?”
optionaltitle?: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.