Preparing search index...
The search index is not available
@healthhero
@healthhero
@healthhero/traversal-redux
BaseServiceSagas
Class BaseServiceSagas
Hierarchy
BaseServiceSagas
HealthRiskAssessmentServiceSagas
TraversalsBaseServiceSagas
OnlineTriageServiceSagas
Index
Constructors
constructor
Properties
effects
Methods
effect
Constructors
constructor
new
Base
Service
Sagas
(
)
:
BaseServiceSagas
Returns
BaseServiceSagas
Properties
effects
effects
:
ForkEffect
<
never
>
[]
Methods
Protected
effect
effect
<
T1
,
T2
,
T3
>
(
pattern
:
T1
[
"type"
]
, request
:
(
(
...
args
:
any
[]
)
=>
Promise
<
AxiosResponse
<
T2
>
>
)
, buildCallArgs
:
(
(
action
:
T1
)
=>
any
[]
)
, buildAction
:
(
(
data
:
T2
, action
:
T1
)
=>
T3
)
)
:
ForkEffect
<
never
>
Type Parameters
T1
extends
Action
<
any
,
T1
>
T2
T3
extends
Action
<
any
,
T3
>
Parameters
pattern:
T1
[
"type"
]
request:
(
(
...
args
:
any
[]
)
=>
Promise
<
AxiosResponse
<
T2
>
>
)
(
...
args
:
any
[]
)
:
Promise
<
AxiosResponse
<
T2
>
>
Parameters
Rest
...
args:
any
[]
Returns
Promise
<
AxiosResponse
<
T2
>
>
buildCallArgs:
(
(
action
:
T1
)
=>
any
[]
)
(
action
:
T1
)
:
any
[]
Parameters
action:
T1
Returns
any
[]
buildAction:
(
(
data
:
T2
, action
:
T1
)
=>
T3
)
(
data
:
T2
, action
:
T1
)
:
T3
Parameters
data:
T2
action:
T1
Returns
T3
Returns
ForkEffect
<
never
>
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>
Base
Service
Sagas
constructor
effects
effect