Pagination
Pagination object that provides indication if there is any previous or next page and functions to get to the previous or the next page.
Example
Type Signature
Fields
Param | Type | Default Value | Description |
---|---|---|---|
|
|
| Indicate if there is any next page. |
|
|
| Indicate if there is any previous page. |
|
| - | Function to get data in the next page. |
|
| - | Function to get data in the previous page. |
Last updated
Was this helpful?