core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
FetchMailpitValueParams
Interface FetchMailpitValueParams
interface
FetchMailpitValueParams
{
client
:
MailpitClient
;
email
:
string
;
excludedValues
?:
readonly
string
[]
;
extractValue
:
(
params
:
{
message
:
MailpitMessage
}
)
=>
string
|
undefined
;
nowImplementation
?:
()
=>
number
;
pollIntervalMs
?:
number
;
sentAfter
?:
Date
;
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
;
timeoutMs
?:
number
;
valueLabel
:
string
;
}
Index
Properties
client
email
excluded
Values?
extract
Value
now
Implementation?
poll
Interval
Ms?
sent
After?
sleep
Implementation?
timeout
Ms?
value
Label
Properties
client
client
:
MailpitClient
email
email
:
string
Optional
excluded
Values
excludedValues
?:
readonly
string
[]
extract
Value
extractValue
:
(
params
:
{
message
:
MailpitMessage
}
)
=>
string
|
undefined
Optional
now
Implementation
nowImplementation
?:
()
=>
number
Optional
poll
Interval
Ms
pollIntervalMs
?:
number
Optional
sent
After
sentAfter
?:
Date
Optional
sleep
Implementation
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
Optional
timeout
Ms
timeoutMs
?:
number
value
Label
valueLabel
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
email
excluded
Values
extract
Value
now
Implementation
poll
Interval
Ms
sent
After
sleep
Implementation
timeout
Ms
value
Label
core-utils
Loading...