Initializes the numberOfResults
query parameter. For more information, refer to the documentation on query parameters.
The initial number of results.
A dispatchable action.
Sets the initial page by initializing the firstResult
query parameter. For more information, refer to the documentation on query parameters.
The initial page number.
A dispatchable action.
Updates the numberOfResults
query parameter. For more information, refer to the documentation on query parameters.
The new number of results.
A dispatchable action.
Updates the page by updating the firstResult
query parameter. For more information, refer to the documentation on query parameters.
The new page number.
A dispatchable action.
The pagination action creators.
See Dispatch actions.