Preparing search index...
The search index is not available
@healthhero
@healthhero
@healthhero/traversal-redux
TraversalStore
Class TraversalStore
A base class for Redux Saga stores.
Hierarchy
TraversalBaseStore
<
TraversalRootState
,
TraversalsService
>
TraversalStore
Index
Constructors
constructor
Properties
hra
Service
ot
Service
saga
Middleware
set
Token
store
traversal
Service
Constructors
constructor
new
Traversal
Store
(
urls
:
ApiUrls
, moreEffects
?:
ForkEffect
<
never
>
[]
, tokenFactory
?:
(
(
)
=>
Promise
<
null
|
string
>
)
)
:
TraversalStore
Parameters
urls:
ApiUrls
Optional
moreEffects:
ForkEffect
<
never
>
[]
Optional
tokenFactory:
(
(
)
=>
Promise
<
null
|
string
>
)
(
)
:
Promise
<
null
|
string
>
Returns
Promise
<
null
|
string
>
Returns
TraversalStore
Properties
hra
Service
hra
Service
:
undefined
|
HealthRiskAssessmentService
ot
Service
ot
Service
:
undefined
|
OnlineTriageService
saga
Middleware
saga
Middleware
:
SagaMiddleware
<
Record
<
string
,
unknown
>
>
The saga middleware running the sagas.
set
Token
set
Token
:
(
(
token
:
null
|
string
)
=>
void
)
Type declaration
(
token
:
null
|
string
)
:
void
Parameters
token:
null
|
string
Returns
void
store
store
:
Store
<
CombinedState
<
TraversalRootState
>
,
AnyAction
>
&
{
dispatch
:
unknown
;
}
The redux store.
traversal
Service
traversal
Service
:
TraversalsService
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
@healthhero
@healthhero/styled-
components
<internal>
Html
Content
Theme
Provider
@healthhero/traversal-
core
<internal>
@healthhero/traversal-
embed
<internal>
@healthhero/traversal-
redux
<internal>
Traversal
Store
constructor
hra
Service
ot
Service
saga
Middleware
set
Token
store
traversal
Service
A base class for Redux Saga stores.