Interface: GeovisWorkspaceConfig
Defined in: context/GeovisWorkspaceContext.ts:375
Properties
controls?
optionalcontrols?:GeovisWorkspaceControls
Defined in: context/GeovisWorkspaceContext.ts:379
Content for the controls slot's default panel.
leftSidebar?
optionalleftSidebar?:GeovisWorkspaceLeftSidebarState
Defined in: context/GeovisWorkspaceContext.ts:383
Left sidebar (hosts the controls slot) menus and open/closed state.
leftSidebarPreview?
optionalleftSidebarPreview?: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?
optionallegend?:GeovisWorkspaceLegendConfig
Defined in: context/GeovisWorkspaceContext.ts:381
Content for the legend slot's default panel.
rightSidebar?
optionalrightSidebar?:GeovisWorkspaceRightSidebarState
Defined in: context/GeovisWorkspaceContext.ts:385
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:377
Per-slot overrides or hides. Omit an entry to use the slot's default.