Skip to main content

Interface: GeovisWorkspaceSidebarVariationGroup

Defined in: context/GeovisWorkspaceContext.ts:128

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:136

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


icon?

optional icon?: string

Defined in: context/GeovisWorkspaceContext.ts:134

Iconify token rendered in the group's leading chip.


id

id: string

Defined in: context/GeovisWorkspaceContext.ts:130

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


label

label: string

Defined in: context/GeovisWorkspaceContext.ts:132

Text shown on the group's row.


variations

variations: GeovisWorkspaceSidebarVariation[]

Defined in: context/GeovisWorkspaceContext.ts:138

Variations revealed while this group is expanded.