ecspresso
Preparing search index...
plugins/scripting/timers
TimerOptions
Interface TimerOptions<Slots>
interface
TimerOptions
<
Slots
extends
string
=
string
>
{
onComplete
?:
(
data
:
TimerEventData
<
Slots
>
)
=>
void
;
}
Type Parameters
Slots
extends
string
=
string
Index
Properties
on
Complete?
Properties
Optional
on
Complete
onComplete
?:
(
data
:
TimerEventData
<
Slots
>
)
=>
void
Callback invoked when the timer completes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Complete
ecspresso
Loading...
Callback invoked when the timer completes