Interface: GeovisWorkspaceSlotConfig
Defined in: context/GeovisWorkspaceContext.ts:25
Properties
component?
optionalcomponent?:ComponentType<{ }>
Defined in: context/GeovisWorkspaceContext.ts:31
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:33
Hides the slot's region entirely instead of rendering its default.