Skip to main content

Interface: GeovisWorkspaceConfig

Defined in: context/GeovisWorkspaceContext.ts:121

Properties

controls?

optional controls?: GeovisWorkspaceControls

Defined in: context/GeovisWorkspaceContext.ts:125

Content for the controls slot's default panel.


optional leftSidebar?: GeovisWorkspaceLeftSidebarState

Defined in: context/GeovisWorkspaceContext.ts:129

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


legend?

optional legend?: GeovisWorkspaceLegendConfig

Defined in: context/GeovisWorkspaceContext.ts:127

Content for the legend slot's default panel.


optional rightSidebar?: GeovisWorkspaceRightSidebarState

Defined in: context/GeovisWorkspaceContext.ts:131

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

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