QueryExecutionsConstructor: Object

Creates QueryExecutions.

import QueryExecutions from "store-api/QueryExecutions";

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

Param

Options that contain the query executions to add to the collection.

Generated using TypeDoc