Properties:
Name | Type | Description |
---|---|---|
items |
Array | Elements on current page |
hasNextPage |
boolean | Indicates the existence of next page |
hasPrevPage |
boolean | Indicates the existence of previous page |
Members
-
nextPage :Promise.<Paginator.<T>>
-
Request next page. Does not modify existing object.
Type:
- Promise.<Paginator.<T>>
-
prevPage :Promise.<Paginator.<T>>
-
Request previous page. Does not modify existing object.
Type:
- Promise.<Paginator.<T>>