Interface: GeovisWorkspaceSlotConfig
Defined in: context/GeovisWorkspaceContext.ts:43
Properties
component?
optionalcomponent?: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?
optionalhidden?:boolean
Defined in: context/GeovisWorkspaceContext.ts:51
Hides the slot's region entirely instead of rendering its default.