mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 14:08:34 -07:00
30 lines
851 B
Markdown
30 lines
851 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / Pagination
|
|
|
|
# Interface: Pagination
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:872](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L872)
|
|
|
|
## Properties
|
|
|
|
### page?
|
|
|
|
> `optional` **page?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:873](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L873)
|
|
|
|
Pagination index
|
|
|
|
***
|
|
|
|
### perPage?
|
|
|
|
> `optional` **perPage?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:874](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L874)
|
|
|
|
Results per page (default: 1000, max: 1000)
|