Theia API Documentation v1.65.0
    Preparing search index...

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

    Index

    Constructors

    Methods

    • Get information about the blinking capabilities.

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