Interface: PaginationSettings
Allows configuring the pagination for a called function. It allows configuring the amount of items per page and the current page to be fetched.Properties
itemsPerPage?
The amount of items that should be included per requested pageoptional
itemsPerPage:number
page?
The page number to request in the current calloptional
page:number