@sheerid/jslib
Preparing search index...
BoundActionCreator
Type Alias BoundActionCreator
BoundActionCreator
:
(
dispatch
:
Dispatch
,
getState
?:
Function
)
=>
BoundAction
Type Declaration
(
dispatch
:
Dispatch
,
getState
?:
Function
)
:
BoundAction
Parameters
dispatch
:
Dispatch
Optional
getState
:
Function
Returns
BoundAction
Description
Create a bound action (wrapped in Redux's dispatch and ready to call)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sheerid/jslib
Loading...
Description
Create a bound action (wrapped in Redux's dispatch and ready to call)