Preparing search index...
The search index is not available
React Executor - v0.0.17
React Executor
plugin/synchronizeStorage
SynchronizeStorageOptions
Interface SynchronizeStorageOptions<Value>
interface
SynchronizeStorageOptions
<
Value
>
{
serializer
?:
Serializer
<
ExecutorState
<
Value
>
>
;
storageKey
?:
string
|
(
(
executor
)
=>
string
)
;
}
Type Parameters
Value
Index
Properties
serializer?
storage
Key?
Properties
Optional
serializer
serializer
?:
Serializer
<
ExecutorState
<
Value
>
>
The storage record serializer.
Optional
storage
Key
storage
Key
?:
string
|
(
(
executor
)
=>
string
)
A storage key, or a callback that returns the storage key.
Type declaration
(
executor
)
:
string
Parameters
executor
:
Executor
<
any
>
Returns
string
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
serializer
storage
Key
React Executor - v0.0.17
Loading...
The storage record serializer.