Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
StreamedQueryOptions
Streamed
Query
Options
external
interface
StreamedQueryOptions
<
TQueryFnData
,
TQueryKey
:
QueryKey
>
(
source
)
Members
Properties
query
Fn
Link copied to clipboard
abstract
val
queryFn
:
(
QueryFunctionContext
<
TQueryKey
,
*
>
)
->
AsyncIterable
<
TQueryFnData
>
refetch
Mode
Link copied to clipboard
abstract
val
refetchMode
:
RefetchMode
?