Interface: PaginationResult<T>
server.PaginationResult
The result of paginating using paginate.
Type parameters
Name |
---|
T |
Properties
page
• page: T
[]
The page of results.
Defined in
isDone
• isDone: boolean
Have we reached the end of the results?
Defined in
continueCursor
• continueCursor: string
A Cursor to continue loading more results.