sparkle-engine

Interface ITimerOptions

interface ITimerOptions {
    engine?: SparkleEngine;
    initTimeLeft?: number;
    oneShot?: boolean;
    resident?: boolean;
    start?: boolean;
    tags?: string[];
    waitTime: number;
}

Hierarchy (view full)

Properties

engine?: SparkleEngine
initTimeLeft?: number
oneShot?: boolean
resident?: boolean
start?: boolean
tags?: string[]
waitTime: number