Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
DehydratedMutation
Dehydrated
Mutation
external
interface
DehydratedMutation
(
source
)
Members
Properties
meta
Link copied to clipboard
abstract
val
meta
:
MutationMeta
?
mutation
Key
Link copied to clipboard
abstract
val
mutationKey
:
MutationKey
?
scope
Link copied to clipboard
abstract
val
scope
:
MutationScope
?
state
Link copied to clipboard
abstract
val
state
:
MutationState
<
*
,
*
,
*
,
*
>