Skip to main content

Interface: GeovisWorkspaceSlotConfig

Defined in: context/GeovisWorkspaceContext.ts:93

Properties

component?

optional component?: ComponentType<{ }>

Defined in: context/GeovisWorkspaceContext.ts:99

Replaces the slot's default panel. Renders inside the same provider tree, so it gets runtime access through the public contexts exactly like the default it replaces.


hidden?

optional hidden?: boolean

Defined in: context/GeovisWorkspaceContext.ts:101

Hides the slot's region entirely instead of rendering its default.