Preparing search index...
The search index is not available
smartwalk-frontend
smartwalk-frontend
features/viewerSlice
<internal>
BaseActionCreator
Interface BaseActionCreator<P, T, M, E>
Basic type for all action creators.
Inherit Doc
Type Parameters
P
T
extends
string
M
=
never
E
=
never
Hierarchy
BaseActionCreator
ActionCreatorWithoutPayload
ActionCreatorWithPreparedPayload
ActionCreatorWithPayload
ActionCreatorWithNonInferrablePayload
ActionCreatorWithOptionalPayload
Index
Properties
match
type
Properties
match
match
:
(
(
action
)
=>
action
is
PayloadAction
<
P
,
T
,
M
,
E
>
)
Type declaration
(
action
)
:
action
is
PayloadAction
<
P
,
T
,
M
,
E
>
Parameters
action
:
Action
<
unknown
>
Returns
action
is
PayloadAction
<
P
,
T
,
M
,
E
>
type
type
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
match
type
smartwalk-frontend
App
components/EntityPlacePanel
components/FavoritesPanel
components/MapControl
components/NotFoundPanel
components/PanelDrawer
components/PanelEnsemble
components/ResultDirecsPanel
components/ResultPlacesPanel
components/ResultRoutesPanel
components/SearchDirecsPanel
components/SearchPlacesPanel
components/SearchRoutesPanel
components/SessionProvider
components/SessionSolidPanel
components/ViewerDirecPanel
components/ViewerPlacePanel
components/ViewerRoutePanel
components/_shared/ArrowDrawing
components/_shared/ArrowList
components/_shared/ArrowViewDialog
Loading...
Generated using
TypeDoc
Basic type for all action creators.
Inherit Doc