The QueryProps the Query was constructed with.
Constructs a new Query. See QueryProps for options.
see QueryProps
Returns the query result at this point in time.
The query result.
Returns whether Query.destroy has been called on the query.
true if the query was destroyed, false otherwise.
Destroys the Query, clearing all previous results and
preventing it from being updated in the future.
Generated using TypeDoc
A
Queryrepresents a collection ofEntitys matching a given set of criteria. It can also provide deltas relative to the previous result.