Preparing search index...
The search index is not available
@healthhero
@healthhero
@healthhero/traversal-redux
DualTraversalStore
Class DualTraversalStore
A base class for Redux Saga stores.
Hierarchy
BaseStore
<
DualTraversalRootState
>
DualTraversalStore
Index
Constructors
constructor
Properties
chat
Traversal
Service
hra
Service
ot
Service
saga
Middleware
set
Token
store
traversal
Service
Constructors
constructor
new
Dual
Traversal
Store
(
urls
:
ApiUrls
, moreEffects
?:
ForkEffect
<
never
>
[]
, tokenFactory
?:
(
(
)
=>
Promise
<
null
|
string
>
)
)
:
DualTraversalStore
Parameters
urls:
ApiUrls
moreEffects:
ForkEffect
<
never
>
[]
= []
Optional
tokenFactory:
(
(
)
=>
Promise
<
null
|
string
>
)
(
)
:
Promise
<
null
|
string
>
Returns
Promise
<
null
|
string
>
Returns
DualTraversalStore
Properties
chat
Traversal
Service
chat
Traversal
Service
:
ChatTraversalsService
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
<
DualTraversalRootState
>
,
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>
Dual
Traversal
Store
constructor
chat
Traversal
Service
hra
Service
ot
Service
saga
Middleware
set
Token
store
traversal
Service
A base class for Redux Saga stores.