Preparing search index...
The search index is not available
React18 Global Store
React18 Global Store
utils
initWithPlugins
Function initWithPlugins
Initialize the named store when invoked for the first time.
initWithPlugins
<
T
>
(
key
:
string
,
value
?:
ValueType
<
T
>
,
plugins
?:
Plugin
<
T
>
[]
,
doNotInit
?:
boolean
,
)
:
void
Type Parameters
T
Parameters
key
:
string
Optional
value
:
ValueType
<
T
>
plugins
:
Plugin
<
T
>
[]
= []
doNotInit
:
boolean
= false
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
React18 Global Store
Loading...
Initialize the named store when invoked for the first time.