Interface: Paginator

Paginator

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:

prevPage :Promise.<Paginator.<T>>

Request previous page. Does not modify existing object.
Type:

Methods


nextPage()

Request next page. Does not modify existing object.
Returns:
Type
Promise.<Paginator.<T>>

prevPage()

Request previous page. Does not modify existing object.
Returns:
Type
Promise.<Paginator.<T>>