Methods
[Symbol.iterator]
- [Symbol.iterator](): { next: any }
-
Returns { next: any }
-
next: function
- next(): { done: boolean; value: Document } | { done: boolean }
-
Returns { done: boolean; value: Document } | { done: boolean }
getNextPage
- getNextPage(): Promise<List>
Represents a collection list response, with functionality for getting the next page when available.
The response "raw" list object.
A reference to the collection.
Any options that were passed at first to the get request.