react-playground
    Preparing search index...

    Interface AlarmActions

    interface AlarmActions {
        arm(): void;
        disarm(): void;
        reset(): void;
        scheduleAfter(seconds: number): void;
        setNotificationEnabled(value: boolean): void;
        setTargetTimeMs(value: number): void;
        stopRinging(): void;
        toggle(): void;
        toggleNotification(): void;
    }
    Index

    Methods