Search
Preparing search index...
The search index is not available
@doctorlink
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
@doctorlink/traversal-redux
OnlineTriageServiceSagas
Class OnlineTriageServiceSagas
Hierarchy
BaseServiceSagas
OnlineTriageServiceSagas
Index
Constructors
constructor
Properties
effects
get
Algos
service
set
Base
Url
Methods
effect
Constructors
constructor
new
Online
Triage
Service
Sagas
(
controllerBase
:
string
, tokenFactory
?:
undefined
|
(
(
)
=>
Promise
<
string
|
null
>
)
)
:
OnlineTriageServiceSagas
Parameters
controllerBase:
string
Optional
tokenFactory:
undefined
|
(
(
)
=>
Promise
<
string
|
null
>
)
Returns
OnlineTriageServiceSagas
Properties
effects
effects
:
ForkEffect
<
never
>
[]
get
Algos
get
Algos
:
ForkEffect
<
never
>
service
service
:
OnlineTriageService
set
Base
Url
set
Base
Url
:
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
)
:
SimpleEffect
<
"FORK"
,
ForkEffectDescriptor
<
never
>
>
Type parameters
T1
:
Action
T2
T3
:
Action
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
SimpleEffect
<
"FORK"
,
ForkEffectDescriptor
<
never
>
>
Globals
@doctorlink/styled-
components
@doctorlink/traversal-
core
@doctorlink/traversal-
embed
@doctorlink/traversal-
redux
Online
Triage
Service
Sagas
constructor
effects
get
Algos
service
set
Base
Url
effect