Optional
Readonly
cancelFunction to cancel the query. It is always 'undefined' in synchronous responses.
Use AbortOptions (AbortSignal)
Optional
Readonly
hasSet to true by the store to indicate that there are more results.
The client may query again with an appropriate start
value.
Optional
Readonly
thenFunction to react on the provided result. It is always 'undefined' in synchronous responses.
Optional
Readonly
totalTotal number of available items in the result.
Generated using TypeDoc
Response of a synchronous query.