what Timer.getFullTimeUI uses to separate each unit of time. Default ":"
when true, onInterval is called when the timer reaches 0 (usually desired). Default true
when true
, the timer ticks down by one immediately, and the onInterval
function runs, if passed.
a function that's called on each "tick", or when the timer decrements a second
a function that's ran when the timer reaches 0
if true
, resets the timer to its original time, and begins counting down again
low-level, custom function that executes its callback every timeout
milliseconds, must
return an identifier that can be passed to TimerOptions.loopClear to stop execution.
if true
, timer will start paused at its initial time, and must be unpaused to count down.
Generated using TypeDoc
low-level, custom function that can stop a custom function.