Skip to content

WorkbenchLayout

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

A full, serializable workbench snapshot: per-region state plus the drag-move re-dock overrides (panel id -> anchor), so a re-docked layout round-trips through WorkbenchProps.onLayoutChange / initialLayout.

overrides: Record<string, WorkbenchAnchor>

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

Drag-move re-dock overrides: panel id → anchor.


regions: Record<WorkbenchAnchor, RegionState>

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

Per-anchor region state.