Type Alias LinkedViewPresetName

LinkedViewPresetName:
    | "globalLinked"
    | "mapDriven"
    | "gridDriven"
    | "chartDriven"
    | "decoupled"

Built-in linked-view presets. Each preset declares which slices propagate from the originating view to its peers.

  • globalLinked: every view sees every change. Default.
  • mapDriven: the map's extent / spatial filter / selection propagates outward; filter controls can still contribute filter state.
  • gridDriven: only the grid's selection / sort / page propagates outward.
  • chartDriven: only the chart's grouping / aggregation / selection propagates outward.
  • decoupled: nothing propagates — each view is independent.