Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
@integration-app/react
KeyedMutator
Type Alias KeyedMutator<Data>
KeyedMutator
:
<
MutationData
=
Data
>
(
data
?:
Data
|
Promise
<
Data
|
undefined
>
|
MutatorCallback
<
Data
>
,
opts
?:
boolean
|
MutatorOptions
<
Data
,
MutationData
>
,
)
=>
Promise
<
Data
|
MutationData
|
undefined
>
Type Parameters
Data
The type of the data related to the key
Type declaration
<
MutationData
=
Data
>
(
data
?:
Data
|
Promise
<
Data
|
undefined
>
|
MutatorCallback
<
Data
>
,
opts
?:
boolean
|
MutatorOptions
<
Data
,
MutationData
>
,
)
:
Promise
<
Data
|
MutationData
|
undefined
>
Type Parameters
MutationData
=
Data
The type of the data returned by the mutator
Parameters
Optional
data
:
Data
|
Promise
<
Data
|
undefined
>
|
MutatorCallback
<
Data
>
Optional
opts
:
boolean
|
MutatorOptions
<
Data
,
MutationData
>
Returns
Promise
<
Data
|
MutationData
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
SDK
REST API
Integration App React - v2.13.2
Loading...
The type of the data related to the key