Preparing search index...
The search index is not available
@xarc/react-redux
@xarc/react-redux
browser
ReactRedux
ReactReduxContextValue
Interface ReactReduxContextValue<SS, A>
interface
ReactReduxContextValue
<
SS
,
A
>
{
getServerState
?:
(
(
)
=>
SS
)
;
noopCheck
:
CheckFrequency
;
stabilityCheck
:
CheckFrequency
;
store
:
Store
<
SS
,
A
>
;
subscription
:
Subscription
;
}
Type Parameters
SS
=
any
A
extends
Action
=
AnyAction
Index
Properties
get
Server
State?
noop
Check
stability
Check
store
subscription
Properties
Optional
get
Server
State
get
Server
State
?:
(
(
)
=>
SS
)
Type declaration
(
)
:
SS
Returns
SS
noop
Check
noop
Check
:
CheckFrequency
stability
Check
stability
Check
:
CheckFrequency
store
store
:
Store
<
SS
,
A
>
subscription
subscription
:
Subscription
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Server
State
noop
Check
stability
Check
store
subscription
@xarc/react-redux
Loading...