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

    Result of a window blink attempt

    interface WindowBlinkResult {
        error?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string

    Error message if the blink failed

    success: boolean

    Whether the window blink was successful