Interface: DocumentSeries

ReactiveDb.DocumentSeries

Represents the result of a querying a series of documents from the ReactiveDb database (typically using the ReactiveDb#findMany, ReactiveDb#findManyLocally or ReactiveDb#findManyRemotely methods).

Members

(readonly) documents :Array.<ReactiveDb.Document>

Gives the (ordered and possibly empty) list of all documents contained in this query result.

Type:

(readonly) fromServer :boolean

Indicates whether this query result comes from the Webcom back end (true) or the local cache (false).

Type:
  • boolean
deprecated
Authentication
ServerlessDb
ReactiveDb