ixfx
Preparing search index...
Flow
RequestResponseOptions
Type Alias RequestResponseOptions<TRequest, TResp>
RequestResponseOptions
:
{
key
:
(
requestOrResp
:
TRequest
|
TResp
)
=>
string
;
keyRequest
:
(
request
:
TRequest
)
=>
string
;
keyResponse
:
(
resp
:
TResp
)
=>
string
;
timeoutMs
:
number
;
whenUnmatchedResponse
:
"ignore"
|
"throw"
;
}
Type Parameters
TRequest
TResp
Type declaration
key
:
(
requestOrResp
:
TRequest
|
TResp
)
=>
string
keyRequest
:
(
request
:
TRequest
)
=>
string
keyResponse
:
(
resp
:
TResp
)
=>
string
timeoutMs
:
number
whenUnmatchedResponse
:
"ignore"
|
"throw"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...