Service for blinking/flashing the application window to get user attention.

Constructors

Properties

isElectron: boolean

Methods

  • Get information about the blinking capabilities.

    Returns {
        features: string[];
        method: "electron" | "browser" | "none";
        supported: boolean;
    }

    • features: string[]
    • method: "electron" | "browser" | "none"
    • supported: boolean