ixfx
Preparing search index...
@ixfx/flow
RequestResponseOptions
Type Alias RequestResponseOptions<TRequest, TResp>
type
RequestResponseOptions
<
TRequest
,
TResp
>
=
{
key
:
(
requestOrResp
:
TRequest
|
TResp
)
=>
string
;
keyRequest
:
(
request
:
TRequest
)
=>
string
;
keyResponse
:
(
resp
:
TResp
)
=>
string
;
timeoutMs
:
number
;
whenUnmatchedResponse
:
"ignore"
|
"throw"
;
}
Type Parameters
TRequest
TResp
Index
Properties
key
key
Request
key
Response
timeout
Ms
when
Unmatched
Response
Properties
key
key
:
(
requestOrResp
:
TRequest
|
TResp
)
=>
string
key
Request
keyRequest
:
(
request
:
TRequest
)
=>
string
key
Response
keyResponse
:
(
resp
:
TResp
)
=>
string
timeout
Ms
timeoutMs
:
number
when
Unmatched
Response
whenUnmatchedResponse
:
"ignore"
|
"throw"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
key
Request
key
Response
timeout
Ms
when
Unmatched
Response
ixfx
Loading...