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