LimitOffsetPaginator
Sourceimport { LimitOffsetPaginator } from "@prestojs/util";
Hierarchy
- Paginator<
,An object with these properties: Property Type Description limit number|string offset number|string
>An object with these properties: Property Type Description total number|null - LimitOffsetPaginator
Constructor
Methods
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
limit | number|string | ||
offset | number|string |
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 | |
limit | number|string | ||
offset | number|string |
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
limit | number|string | ||
offset | number|string |
Returns:null|
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
limit | number|string | ||
offset | number|string |
Returns:
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
limit | number|string | ||
offset | number|string |
Returns:null|
An object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
limit | number|string | ||
offset | number|string |
Returns:void
Properties
currentState
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
limit | number|string | ||
offset | number|string |
internalState
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
responseIsSet | boolean | ||
total | number|null |