Skip to main content

Interface: GeovisWorkspaceConfig

Defined in: context/GeovisWorkspaceContext.ts:425

Properties

appearance?

optional appearance?: "card" | "bare"

Defined in: context/GeovisWorkspaceContext.ts:433

Visual framing of the workspace container. 'card' (default) draws a border, rounded corners, and background — the framed look used when the workspace stands alone (e.g. Storybook). 'bare' drops the border and radius so the workspace fills its container edge-to-edge when embedded in an app that owns the framing.


optional leftSidebar?: GeovisWorkspaceLeftSidebarState

Defined in: context/GeovisWorkspaceContext.ts:439

Left sidebar (controls slot): its sections and open/closed state.


legend?

optional legend?: GeovisWorkspaceLegendConfig

Defined in: context/GeovisWorkspaceContext.ts:437

Content for the legend slot's default panel.


optional rightSidebar?: GeovisWorkspaceRightSidebarState

Defined in: context/GeovisWorkspaceContext.ts:441

Right sidebar (hosts legend/warnings/inspector/metadata) title, open/closed state, and detail API.


slots?

optional slots?: Partial<Record<GeovisWorkspaceSlotName, GeovisWorkspaceSlotConfig>>

Defined in: context/GeovisWorkspaceContext.ts:435

Per-slot overrides or hides. Omit an entry to use the slot's default.