viewerSlice: Slice<ViewerStateType, {
    setViewerDirec: ((state, action) => void);
    setViewerPlace: ((state, action) => void);
    setViewerRoute: ((state, action) => void);
    toggleViewerRouteFilter: ((state, action) => void);
}, "viewer"> = ...

Type declaration

  • setViewerDirec: ((state, action) => void)
  • setViewerPlace: ((state, action) => void)
  • setViewerRoute: ((state, action) => void)
  • toggleViewerRouteFilter: ((state, action) => void)
      • (state, action): void
      • Parameters

        Returns void

Generated using TypeDoc