Skip to main content

Interface: GeovisWorkspaceConfig

Defined in: context/GeovisWorkspaceContext.ts:375

Properties

controls?

optional controls?: GeovisWorkspaceControls

Defined in: context/GeovisWorkspaceContext.ts:379

Content for the controls slot's default panel.


optional leftSidebar?: GeovisWorkspaceLeftSidebarState

Defined in: context/GeovisWorkspaceContext.ts:383

Left sidebar (hosts the controls slot) menus and open/closed state.


leftSidebarPreview?

optional leftSidebarPreview?: GeovisWorkspaceSidebarPreview

Defined in: context/GeovisWorkspaceContext.ts:391

Experimental opt-in: drives the redesigned left-sidebar preview (zoned: variation accordion + filters) in place of the default menu panel. When unset, nothing changes. Non-breaking — controls/leftSidebar still work.


legend?

optional legend?: GeovisWorkspaceLegendConfig

Defined in: context/GeovisWorkspaceContext.ts:381

Content for the legend slot's default panel.


optional rightSidebar?: GeovisWorkspaceRightSidebarState

Defined in: context/GeovisWorkspaceContext.ts:385

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:377

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