Skip to main content

Interface: GeovisWorkspaceSidebarVariationGroup

Defined in: context/GeovisWorkspaceContext.ts:196

An accordion group of variations: a collapsible row that expands to reveal its variations below. One group is expanded at a time.

Properties

color?

optional color?: string

Defined in: context/GeovisWorkspaceContext.ts:204

Accent color (hex or token) for the group's active/expanded state.


icon?

optional icon?: string

Defined in: context/GeovisWorkspaceContext.ts:202

Iconify token rendered in the group's leading chip.


id

id: string

Defined in: context/GeovisWorkspaceContext.ts:198

Unique id of the group; tracks which row is expanded.


label

label: string

Defined in: context/GeovisWorkspaceContext.ts:200

Text shown on the group's row.


variations

variations: GeovisWorkspaceSidebarVariation[]

Defined in: context/GeovisWorkspaceContext.ts:206

Variations revealed while this group is expanded.