Interface: GeovisWorkspaceSidebarFilterBlock
Defined in: context/GeovisWorkspaceContext.ts:317
A collapsible block wrapping one filter control.
Properties
control
control:
GeovisWorkspaceSidebarFilterControl
Defined in: context/GeovisWorkspaceContext.ts:327
The control rendered inside the block.
defaultOpen?
optionaldefaultOpen?:boolean
Defined in: context/GeovisWorkspaceContext.ts:325
Whether the block starts expanded. Defaults to true.
icon?
optionalicon?:string
Defined in: context/GeovisWorkspaceContext.ts:323
Iconify token rendered before the title.
id
id:
string
Defined in: context/GeovisWorkspaceContext.ts:319
Unique id of the block.
title
title:
string
Defined in: context/GeovisWorkspaceContext.ts:321
Heading shown on the block's collapsible header.