Skip to main content

Interface: GeovisWorkspaceSlotConfig

Defined in: context/GeovisWorkspaceContext.ts:43

Properties

component?

optional component?: ComponentType<{ }>

Defined in: context/GeovisWorkspaceContext.ts:49

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

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