ecspresso
    Preparing search index...

    Interface TimerOptions

    Options for timer creation

    interface TimerOptions {
        onComplete?: (data: TimerEventData) => void;
    }
    Index

    Properties

    Properties

    onComplete?: (data: TimerEventData) => void

    Callback invoked when timer completes