core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
WaitForParsedJsonResponseParams
Interface WaitForParsedJsonResponseParams<T>
interface
WaitForParsedJsonResponseParams
<
T
>
{
isCandidate
:
(
params
:
{
response
:
Response
}
)
=>
boolean
;
page
:
Page
;
parseCandidate
:
(
params
:
{
body
:
unknown
;
response
:
Response
}
,
)
=>
T
|
undefined
;
timeoutMs
:
number
;
}
Type Parameters
T
Index
Properties
is
Candidate
page
parse
Candidate
timeout
Ms
Properties
is
Candidate
isCandidate
:
(
params
:
{
response
:
Response
}
)
=>
boolean
page
page
:
Page
parse
Candidate
parseCandidate
:
(
params
:
{
body
:
unknown
;
response
:
Response
}
)
=>
T
|
undefined
timeout
Ms
timeoutMs
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Candidate
page
parse
Candidate
timeout
Ms
core-utils
Loading...