ecspresso
    Preparing search index...

    Interface TimerOptions<Slots>

    interface TimerOptions<Slots extends string = string> {
        onComplete?: (data: TimerEventData<Slots>) => void;
    }

    Type Parameters

    • Slots extends string = string
    Index

    Properties

    Properties

    onComplete?: (data: TimerEventData<Slots>) => void

    Callback invoked when the timer completes