map.apps Bundle APIs 4.20.0
    Preparing search index...

    Type Alias QueryExecutionsConstructor

    QueryExecutionsConstructor: Object

    Creates QueryExecutions. ``ts import QueryExecutions from "store-api/QueryExecutions"; import QueryExecution from "store-api/QueryExecution";

    new QueryExecutions({ executions: [new QueryExecution({ source: ... })] })

    @param options Options that contain the query executions to add to the collection