interface LocationMapQuery {
    ids?: readonly SingleSlicingCriterion[];
    type: "location-map";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of LocationMapQuery

Properties

Properties

ids?: readonly SingleSlicingCriterion[]

Optional list of ids to filter the results by. If not provided, all ids will be included.

type: "location-map"

used to select the query type :)