mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-11 07:23:32 -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:860](https://github.com/bitcoinresearchkit/brk/blob/d161462137a58a76f972f5e15b0029af02a165ca/modules/brk-client/index.js#L860)
|
|
|
|
## Properties
|
|
|
|
### page?
|
|
|
|
> `optional` **page?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:861](https://github.com/bitcoinresearchkit/brk/blob/d161462137a58a76f972f5e15b0029af02a165ca/modules/brk-client/index.js#L861)
|
|
|
|
Pagination index
|
|
|
|
***
|
|
|
|
### perPage?
|
|
|
|
> `optional` **perPage?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:862](https://github.com/bitcoinresearchkit/brk/blob/d161462137a58a76f972f5e15b0029af02a165ca/modules/brk-client/index.js#L862)
|
|
|
|
Results per page (default: 1000, max: 1000)
|