@meld-ts/core
Preparing search index...
timer
TimerOptions
Interface TimerOptions<Mode>
interface
TimerOptions
<
Mode
extends
TimerMode
=
"timeout"
>
{
prefix
?:
string
|
null
;
mode
?:
Mode
;
onError
?:
(
error
:
unknown
,
key
:
string
)
=>
void
;
[
key
:
string
]:
unknown
;
}
Type Parameters
Mode
extends
TimerMode
=
"timeout"
Indexable
[
key
:
string
]:
unknown
Index
Properties
prefix?
mode?
on
Error?
Properties
Optional
prefix
prefix
?:
string
|
null
Optional
mode
mode
?:
Mode
Optional
on
Error
onError
?:
(
error
:
unknown
,
key
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prefix
mode
on
Error
@meld-ts/core
Loading...