Number of items to load per-page. This is passed to the loadPage
function,
and is used internally to know if there are any more items to load
The function which loads a single page of items.
If the returned object has lastKey, the list will pass that lastKey
to the function again on the next loadMore()
call to fetch more items.
If lastKey is undefined, the list will stop fetching items
The store in which to load items
Params sent to list endpoints
Properties returned from list endpoints
Generated using TypeDoc
A name for the loader, for use in debugging