PageNumberPaginator
Sourceimport { PageNumberPaginator } from "@prestojs/util";
Hierarchy
- Paginator<
,An object with these properties: Property Type Description page string|number pageSize string|number
>An object with these properties: Property Type Description * total number|null - PageNumberPaginator
Constructor
Params:
Parameter | Type | Description | |
---|---|---|---|
currentStatePair | null | ||
internalStatePair | null |
Methods
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
page | string|number | ||
pageSize | string|number |
Params:
Parameter | Type | Description | |
---|---|---|---|
* | props | Object |
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
headers | HeadersInit|Record | ||
query | Record | ||
urlArgs | Record | ||
... | any | Any properties from RequestInit |
Returns:null|
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
page | string|number | ||
pageSize | string|number |
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
page | string|number | ||
pageSize | string|number |
Params:
Parameter | Type | Description | |
---|---|---|---|
* | pageSize | null|number |
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
page | string|number | ||
pageSize | string|number |
Params:
Parameter | Type | Description | |
---|---|---|---|
* | page | number |
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
page | string|number | ||
pageSize | string|number |
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
page | string|number | ||
pageSize | string|number |
Params:
Parameter | Type | Description | |
---|---|---|---|
* | currentStatePair | any | |
* | internalStatePair | any |
Returns:void
Properties
currentState
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
page | string|number | ||
pageSize | string|number |
internalState
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
responseIsSet | boolean | ||
* | total | number|null |