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