Members
(readonly) documents :Array.<ReactiveDb.Document>
Gives the (ordered and possibly empty) list of all documents contained in this query result.
Type:
- Array.<ReactiveDb.Document>
(readonly) fromServer :boolean
Indicates whether this query result comes from the Webcom back end (true
) or the local cache (false
).
Type:
- boolean