Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 303 Bytes

Paginator.md

File metadata and controls

12 lines (9 loc) · 303 Bytes

Paginator

Properties

Name Type Description
hasNextPage Boolean Whether there is another page to request
items Array / Array The items returned for this page as class instances

Methods

nextPage() : Promise

Returns the next page of the items.s