Preparing search index...
The search index is not available
devfive front components
devfive front components
index
Query
DehydrateOptions
Interface DehydrateOptions
interface
DehydrateOptions
{
shouldDehydrateMutation
?:
(
(
mutation
)
=>
boolean
)
;
shouldDehydrateQuery
?:
(
(
query
)
=>
boolean
)
;
}
Index
Properties
should
Dehydrate
Mutation?
should
Dehydrate
Query?
Properties
Optional
should
Dehydrate
Mutation
should
Dehydrate
Mutation
?:
(
(
mutation
)
=>
boolean
)
Type declaration
(
mutation
)
:
boolean
Parameters
mutation
:
Mutation
<
unknown
,
Error
,
void
,
unknown
>
Returns
boolean
Optional
should
Dehydrate
Query
should
Dehydrate
Query
?:
(
(
query
)
=>
boolean
)
Type declaration
(
query
)
:
boolean
Parameters
query
:
Query
<
unknown
,
Error
,
unknown
,
QueryKey
>
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
should
Dehydrate
Mutation
should
Dehydrate
Query
devfive front components
index
test
Generated using
TypeDoc