mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
70 lines
1.8 KiB
Markdown
70 lines
1.8 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PaginatedSeries
|
|
|
|
# Interface: PaginatedSeries
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:696](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L696)
|
|
|
|
## Properties
|
|
|
|
### currentPage
|
|
|
|
> **currentPage**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:697](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L697)
|
|
|
|
Current page number (0-indexed)
|
|
|
|
***
|
|
|
|
### hasMore
|
|
|
|
> **hasMore**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:701](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L701)
|
|
|
|
Whether more pages are available after the current one
|
|
|
|
***
|
|
|
|
### maxPage
|
|
|
|
> **maxPage**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:698](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L698)
|
|
|
|
Maximum valid page index (0-indexed)
|
|
|
|
***
|
|
|
|
### perPage
|
|
|
|
> **perPage**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:700](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L700)
|
|
|
|
Results per page
|
|
|
|
***
|
|
|
|
### series
|
|
|
|
> **series**: `string`[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:702](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L702)
|
|
|
|
List of series names
|
|
|
|
***
|
|
|
|
### totalCount
|
|
|
|
> **totalCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:699](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L699)
|
|
|
|
Total number of series
|