Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
MutationObserverOptions
Mutation
Observer
Options
external
interface
MutationObserverOptions
<
TData
,
TError
,
TVariables
,
TContext
>
:
MutationOptions
<
TData
,
TError
,
TVariables
,
TContext
>
(
source
)
Members
Properties
_
defaulted
Link copied to clipboard
abstract
val
_defaulted
:
Boolean
?
gc
Time
Link copied to clipboard
abstract
val
gcTime
:
JsDuration
?
meta
Link copied to clipboard
abstract
val
meta
:
MutationMeta
?
mutation
Fn
Link copied to clipboard
abstract
val
mutationFn
:
MutationFunction
<
TData
,
TVariables
>
?
mutation
Key
Link copied to clipboard
abstract
val
mutationKey
:
MutationKey
?
network
Mode
Link copied to clipboard
abstract
val
networkMode
:
NetworkMode
?
on
Error
Link copied to clipboard
abstract
val
onError
:
(
error
:
TError
,
variables
:
TVariables
,
context
:
TContext
?
)
->
Promise
<
*
>
?
?
on
Mutate
Link copied to clipboard
abstract
val
onMutate
:
(
variables
:
TVariables
)
->
Promise
<
TContext
?
>
?
?
on
Settled
Link copied to clipboard
abstract
val
onSettled
:
(
data
:
TData
?
,
error
:
TError
?
,
variables
:
TVariables
,
context
:
TContext
?
)
->
Promise
<
*
>
?
?
on
Success
Link copied to clipboard
abstract
val
onSuccess
:
(
data
:
TData
,
variables
:
TVariables
,
context
:
TContext
)
->
Promise
<
*
>
?
?
retry
Link copied to clipboard
abstract
val
retry
:
RetryValue
<
TError
>
?
retry
Delay
Link copied to clipboard
abstract
val
retryDelay
:
RetryDelayValue
<
TError
>
?
scope
Link copied to clipboard
abstract
val
scope
:
MutationScope
?
throw
On
Error
Link copied to clipboard
abstract
val
throwOnError
:
(
error
:
TError
)
->
Boolean
?