Interface: GeovisWorkspaceConfig
Defined in: context/GeovisWorkspaceContext.ts:425
Properties
appearance?
optionalappearance?:"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.
leftSidebar?
optionalleftSidebar?:GeovisWorkspaceLeftSidebarState
Defined in: context/GeovisWorkspaceContext.ts:439
Left sidebar (controls slot): its sections and open/closed state.
legend?
optionallegend?:GeovisWorkspaceLegendConfig
Defined in: context/GeovisWorkspaceContext.ts:437
Content for the legend slot's default panel.
rightSidebar?
optionalrightSidebar?:GeovisWorkspaceRightSidebarState
Defined in: context/GeovisWorkspaceContext.ts:441
Right sidebar (hosts legend/warnings/inspector/metadata) title, open/closed state, and detail API.
slots?
optionalslots?:Partial<Record<GeovisWorkspaceSlotName,GeovisWorkspaceSlotConfig>>
Defined in: context/GeovisWorkspaceContext.ts:435
Per-slot overrides or hides. Omit an entry to use the slot's default.