CursorPaginator
Sourceimport { CursorPaginator } from "@prestojs/util";
Hierarchy
- Paginator<
,An object with these properties: Property Type Description cursor string pageSize number
>An object with these properties: Property Type Description nextCursor string|null previousCursor string|null - CursorPaginator
Constructor
Methods
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
cursor | string | ||
pageSize | number |
Arguments:
Argument | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
props.headers | HeadersInit|Record | ||
props.query | Record | ||
props.urlArgs | Record | ||
... | any | Any properties from RequestInit except for these:
|
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
headers | HeadersInit|Record | ||
query | Record | ||
urlArgs | Record | ||
... | any | Any properties from RequestInit except for these:
|
Returns:null|
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
cursor | string | ||
pageSize | number |
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
cursor | string | ||
pageSize | number |
Returns:null|
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
cursor | string | ||
pageSize | number |
Returns:void
Properties
currentState
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
cursor | string | ||
pageSize | number |
internalState
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
nextCursor | string|null | ||
previousCursor | string|null | ||
responseIsSet | boolean |