infinity-fetch - v1.5.0
GitHub
npm
Preparing search index...
PagedFetchConfig
Type Alias PagedFetchConfig<TItem, TOut>
PagedFetchConfig
:
PaginationOptions
<
PagedResponse
<
TItem
>
,
TItem
,
TOut
>
&
{
fetcher
:
(
params
:
PagedParams
,
context
:
FetchContext
,
)
=>
Promise
<
PagedResponse
<
TItem
>
>
;
limit
?:
number
;
}
Type Parameters
TItem
TOut
=
TItem
Type Declaration
fetcher
:
(
params
:
PagedParams
,
context
:
FetchContext
)
=>
Promise
<
PagedResponse
<
TItem
>
>
Optional
limit
?:
number
Items per page. Defaults to 100.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
infinity-fetch - v1.5.0
Loading...
Items per page. Defaults to 100.