couch-kit
Preparing search index...
@couch-kit/core
MiddlewareDispatch
Type Alias MiddlewareDispatch<S, A>
MiddlewareDispatch
:
(
action
:
A
|
InternalAction
<
S
>
)
=>
S
A dispatch function that accepts user actions or internal actions.
Type Parameters
S
extends
IGameState
A
extends
IAction
Type Declaration
(
action
:
A
|
InternalAction
<
S
>
)
:
S
Parameters
action
:
A
|
InternalAction
<
S
>
Returns
S
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
couch-kit
Loading...
A dispatch function that accepts user actions or internal actions.