Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
QueryBehavior
Query
Behavior
external
interface
QueryBehavior
<
TQueryFnData
,
TError
,
TData
,
TQueryKey
:
QueryKey
>
(
source
)
Members
Properties
on
Fetch
Link copied to clipboard
abstract
val
onFetch
:
(
context
:
FetchContext
<
TQueryFnData
,
TError
,
TData
,
TQueryKey
>
,
query
:
Query
<
*
,
*
,
*
,
*
>
)
->
Unit