A WindowActionProvider should provide access to a system's window system

Interface

WindowProviderInterface

Hierarchy

  • WindowProviderInterface

Implemented by

Methods

  • getWindowRegion returns a Region object representing the size and position of the window addressed via its window handle

    Returns

    The Region occupied by the window addressed via its window handle

    Parameters

    • windowHandle: number

    Returns Promise<Region>

  • getWindowTitle returns the title of a window addressed via its window handle

    Returns

    A string representing the title of a window addressed via its window handle

    Parameters

    • windowHandle: number

    Returns Promise<string>