Skip to main content

Interface: GeovisWorkspaceSidebarChipsFilter

Defined in: context/GeovisWorkspaceContext.ts:275

A chips filter: a wrapping row of toggle chips with a "clear" action. Visual-only in the preview — the selection is held locally.

Properties

defaultSelected?

optional defaultSelected?: string[]

Defined in: context/GeovisWorkspaceContext.ts:282

Ids of the chips active on first render.


kind

kind: "chips"

Defined in: context/GeovisWorkspaceContext.ts:276


multiple?

optional multiple?: boolean

Defined in: context/GeovisWorkspaceContext.ts:280

Whether more than one chip can be active at once. Defaults to true.


options

options: GeovisWorkspaceSidebarChipOption[]

Defined in: context/GeovisWorkspaceContext.ts:278

The selectable chips.