Skip to content

WorkbenchPanel

Defined in: react/components/layout/workbench.tsx:17

A dockable panel in a Workbench.

anchor: WorkbenchAnchor

Defined in: react/components/layout/workbench.tsx:21

Which dock region the panel lives in.


content: ReactNode

Defined in: react/components/layout/workbench.tsx:27

Panel body.


optional icon?: string

Defined in: react/components/layout/workbench.tsx:25

Heroicon name shown in the rail and panel header (e.g. “folder”).


id: string

Defined in: react/components/layout/workbench.tsx:19

Stable id, unique across all panels.


title: string

Defined in: react/components/layout/workbench.tsx:23

Shown in the panel’s border title and the bottom tab bar.