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.
Properties
Section titled “Properties”overrides
Section titled “overrides”overrides:
Record<string,WorkbenchAnchor>
Defined in: react/components/layout/workbench.tsx:83
Drag-move re-dock overrides: panel id → anchor.
regions
Section titled “regions”regions:
Record<WorkbenchAnchor,RegionState>
Defined in: react/components/layout/workbench.tsx:81
Per-anchor region state.