Skip to main content

Interface: GeovisWorkspaceSidebarSection

Defined in: context/GeovisWorkspaceContext.ts:405

One zone of the preview sidebar: a header plus a typed body.

Properties

body

body: GeovisWorkspaceSidebarBody

Defined in: context/GeovisWorkspaceContext.ts:411

The zone's body: a variation accordion or a filter stack.


enabledWhen?

optional enabledWhen?: GeovisWorkspaceSidebarEnabledWhen

Defined in: context/GeovisWorkspaceContext.ts:422

Gates the section on another menu's selection. Omit to keep it always enabled.

A disabled section's tab still renders, but is inert: it cannot be clicked or focused, and if it was active when the gate closed the sidebar falls back to the first enabled section. Gating the section that holds a timeline also hides the compact timeline HUD and halts playback, freezing the value so returning to an enabling variation resumes where it left off.


header: GeovisWorkspaceSidebarHeader

Defined in: context/GeovisWorkspaceContext.ts:409

The zone's header.


id

id: string

Defined in: context/GeovisWorkspaceContext.ts:407

Unique id of the zone.