toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-query-core
/
tanstack.query.core
/
QueryClient
/
prefetchInfiniteQuery
prefetch
Infinite
Query
open
fun
<
TQueryFnData
,
TError
,
TData
,
TQueryKey
:
QueryKey
,
TPageParam
>
prefetchInfiniteQuery
(
options
:
FetchInfiniteQueryOptions
<
TQueryFnData
,
TError
,
TData
,
TQueryKey
,
TPageParam
>
)
:
Promise
<
Void
>
(
source
)