mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-18 22:04:47 -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:852](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L852)
|
|
|
|
## Properties
|
|
|
|
### page?
|
|
|
|
> `optional` **page?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:853](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L853)
|
|
|
|
Pagination index
|
|
|
|
***
|
|
|
|
### perPage?
|
|
|
|
> `optional` **perPage?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:854](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L854)
|
|
|
|
Results per page (default: 1000, max: 1000)
|