sesaparcours
Preparing search index...
lib/editor/redux/actions
<internal>
BaseActionCreator
Interface BaseActionCreator<P, T, M, E>
Basic type for all action creators.
Inherit Doc
interface
BaseActionCreator
<
P
,
T
extends
string
,
M
=
never
,
E
=
never
>
{
match
:
(
action
:
Action
<
unknown
>
)
=>
action
is
PayloadAction
<
P
,
T
,
M
,
E
>
;
type
:
T
;
}
Type Parameters
P
T
extends
string
M
=
never
E
=
never
Hierarchy (
View Summary
)
BaseActionCreator
ActionCreatorWithPayload
ActionCreatorWithoutPayload
Index
Properties
match
type
Properties
match
match
:
(
action
:
Action
<
unknown
>
)
=>
action
is
PayloadAction
<
P
,
T
,
M
,
E
>
type
type
:
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
match
type
sesaparcours
Loading...
Basic type for all action creators.
Inherit Doc