OptionalfetchTimeout (ms) for the remote request. Set to 0 to disable.
OptionalomitIf true, empty query parameters are omitted from the URL.
OptionalparseCallback to parse the response from the remote server.
OptionaltemplateTemplate variables to be replaced in the urlTemplate.
The URL template to be used to fetch data from the remote server. Available template variables:
page - The current page number.pageSize - The current page size.offset - The current offset ((page - 1) * pageSize).limit - Alias to pageSize.filter - The filter conditions.sortBy - The sort by conditions.sortOrder - The sort order.Example: https://api.example.com/data?page={page}&pageSize={pageSize}
This list can be extended by adding custom template variables to the
templateVariables option.
Serialized configuration alternatively to
fetchCallback.