Skip to content

RegionState

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

Per-region UI state for one anchor. JSON-serializable.

active: string | null

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

Id of the active panel in the region, or null.


open: boolean

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

Whether the region is expanded.


size: number

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

Region size in cells (width for left/right, height for bottom).