toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
<
*
,
*
,
*
,
*
>