react-playground
    Preparing search index...

    Interface AlarmValue

    interface AlarmValue {
        armed: boolean;
        notificationEnabled: boolean;
        notificationPermission: NotificationPermission | "unsupported";
        notificationSupported: boolean;
        remaining: number;
        ringing: boolean;
        targetTimeMs: number | null;
    }
    Index

    Properties

    armed: boolean
    notificationEnabled: boolean
    notificationPermission: NotificationPermission | "unsupported"
    notificationSupported: boolean
    remaining: number
    ringing: boolean
    targetTimeMs: number | null