Type Alias ExplorationSlice

ExplorationSlice:
    | "all"
    | "filters"
    | "spatialFilter"
    | "extent"
    | "selection"
    | "sort"
    | "page"
    | "visibleFields"
    | "grouping"
    | "aggregation"
    | "preset"

Subscribable slice keys. "all" fires for every change; the others fire only when the corresponding state field actually changes by reference (the reducer enforces structural equality).