mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 06:02:10 -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:861](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L861)
|
|
|
|
## Properties
|
|
|
|
### currentPage
|
|
|
|
> **currentPage**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:862](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L862)
|
|
|
|
Current page number (0-indexed)
|
|
|
|
***
|
|
|
|
### hasMore
|
|
|
|
> **hasMore**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:866](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L866)
|
|
|
|
Whether more pages are available after the current one
|
|
|
|
***
|
|
|
|
### maxPage
|
|
|
|
> **maxPage**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:863](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L863)
|
|
|
|
Maximum valid page index (0-indexed)
|
|
|
|
***
|
|
|
|
### perPage
|
|
|
|
> **perPage**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:865](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L865)
|
|
|
|
Results per page
|
|
|
|
***
|
|
|
|
### series
|
|
|
|
> **series**: `string`[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:867](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L867)
|
|
|
|
List of series names
|
|
|
|
***
|
|
|
|
### totalCount
|
|
|
|
> **totalCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:864](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L864)
|
|
|
|
Total number of series
|