Skip to main content

Type Alias: GeoVisAction

GeoVisAction = ToggleLayerAction | SelectFeatureAction | SetMapDataAction | SetFilterAction | SetViewPresetAction

Defined in: runtime/action.ts:12

Closed, typed vocabulary of semantic operations GeoVisRuntime.dispatch() accepts (ADR-0003, PRD-002). Every variant targets the map through a stable spec id — the same ids getContextPacket() names — never a raw SpecPatch path or engine expression. Grows one variant per PRD-002 phase; currently: toggle-layer, select-feature, set-map-data, set-filter, set-view-preset.