Optional
Readonly
errorError to indicate query failures.
Readonly
executedIndicates that the execution is finished.
Optional
parametersParameters used to control the query.
Optional
Readonly
queryPending query.
Optional
Readonly
resultResults of the executed query.
Readonly
runningIndicates that the execution is running.
Optional
sourceSource of the query that must have a query method.
Title of the execution.
Optional
Readonly
totalTotal number of available items in the result, if the query was paginated
Function to trigger the execution.
Helper function to wait until the execution is finished.
Generated using TypeDoc
Container to track a query execution on a queryable source.