Interface
TimerController
:group
Timer
timeLeft
: numberThe time left for the callback to be called.
paused
: booleanIf the event handler is paused.
cancel
(): voidCancel the event handler.
onEnd
(action: () => void): voidRegister an event when finished.