@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface LocationMapQuery {
        ids?: readonly SlicingCriterion[];
        type: "location-map";
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of LocationMapQuery
    Index

    Properties

    Properties

    ids?: readonly SlicingCriterion[]

    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 :)