toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-query-core
/
tanstack.query.core
/
DehydrateOptions
Dehydrate
Options
external
interface
DehydrateOptions
(
source
)
Members
Properties
serialize
Data
Link copied to clipboard
abstract
val
serializeData
:
TransformerFn
?
should
Dehydrate
Mutation
Link copied to clipboard
abstract
val
shouldDehydrateMutation
:
(
mutation
:
Mutation
<
*
,
*
,
*
,
*
>
)
->
Boolean
?
should
Dehydrate
Query
Link copied to clipboard
abstract
val
shouldDehydrateQuery
:
(
query
:
Query
<
*
,
*
,
*
,
*
>
)
->
Boolean
?