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
Methods
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
page | string|number | ||
pageSize | string|number |
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 | |
page | string|number | ||
pageSize | string|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 |
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 |
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 |