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

    Hierarchy (View Summary)

    Index
    ids?: readonly SlicingCriterion[]

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

    How much of the source the reported range covers, LocationMapSpan.Token by default.

    type: "location-map"

    used to select the query type :)