Type alias WindowDetail

WindowDetail: {
    bottom: number;
    height: number;
    isShowing: boolean;
    left: number;
    name: string;
    right: number;
    state: string;
    top: number;
    width: number;
}

Type declaration

  • bottom: number

    The bottom-most coordinate of the window.

  • height: number

    The height of the window.

  • isShowing: boolean
  • left: number

    The left-most coordinate of the window.

  • name: string

    The name of the window.

  • right: number

    The right-most coordinate of the window

  • state: string
  • top: number

    The top-most coordinate of the window.

  • width: number

    The width of the window.

Generated using TypeDoc