Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
react
types
StoreApiWithDevtools
Interface StoreApiWithDevtools<T>
interface
StoreApiWithDevtools
<
T
>
{
setState
:
NamedSet
<
T
>
;
getState
:
(
(
)
=>
T
)
;
getInitialState
:
(
(
)
=>
T
)
;
subscribe
:
(
(
listener
)
=>
(
(
)
=>
void
)
)
;
destroy
:
(
(
)
=>
void
)
;
}
Type Parameters
T
Hierarchy
StoreApi
<
T
>
StoreApiWithDevtools
Index
Properties
set
State
get
State
get
Initial
State
subscribe
destroy
Properties
set
State
set
State
:
NamedSet
<
T
>
get
State
get
State
:
(
(
)
=>
T
)
Type declaration
(
)
:
T
Returns
T
get
Initial
State
get
Initial
State
:
(
(
)
=>
T
)
Type declaration
(
)
:
T
Returns
T
subscribe
subscribe
:
(
(
listener
)
=>
(
(
)
=>
void
)
)
Type declaration
(
listener
)
:
(
(
)
=>
void
)
Parameters
listener
:
(
(
state
,
prevState
)
=>
void
)
(
state
,
prevState
)
:
void
Parameters
state
:
T
prevState
:
T
Returns
void
Returns
(
(
)
=>
void
)
(
)
:
void
Returns
void
destroy
destroy
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Deprecated
Use
unsubscribe
returned by
subscribe
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
set
State
get
State
get
Initial
State
subscribe
destroy
ic-reactor
Loading...
Deprecated
Use
unsubscribe
returned bysubscribe