Skip to main content

Interface: GeovisWorkspaceSidebarVariationsBody

Defined in: context/GeovisWorkspaceContext.ts:214

Body of the "Variações" tab: a flat list of every group's variations. Drives the same shared selection the menus do, keyed by menuId — switching a variation recolors the map.

Properties

defaultGroupId?

optional defaultGroupId?: string

Defined in: context/GeovisWorkspaceContext.ts:224

Id of the group expanded on first render. Unused by the flat list; kept for back-compat with the earlier accordion layout.


defaultValue?

optional defaultValue?: string

Defined in: context/GeovisWorkspaceContext.ts:226

Variation selected on first render.


groups

groups: GeovisWorkspaceSidebarVariationGroup[]

Defined in: context/GeovisWorkspaceContext.ts:219

The variation groups; flattened into one list in the given order.


kind

kind: "variations"

Defined in: context/GeovisWorkspaceContext.ts:215


menuId: string

Defined in: context/GeovisWorkspaceContext.ts:217

Keys the shared selection this zone drives (selection[menuId]).