IPagedResource
Home > @gooddata/sdk-backend-spi > IPagedResource
IPagedResource interface
Interface to interact with paged asynchronous resources
Signature:
export interface IPagedResource<TItem>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
string |
(Optional) | |
|
TItem[] | ||
|
number | ||
|
number | ||
|
number |
Methods
Method |
Description |
---|---|
Request all the pages merged in a single array. | |
Request all the pages merged in a single array and sort them using the given comparator. | |
Request a specific page of the resource | |
Request next page of the resource |