@qonto/embed-sdk / <internal> / PaginationSettings

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?

optional itemsPerPage: number
The amount of items that should be included per requested page

page?

optional page: number
The page number to request in the current call