Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WindowInfo

Hierarchy

  • WindowInfo

Index

Properties

currentProcessId

currentProcessId: number

The ID of the current process.

height

height: number

The height (px) of the window.

image

image: Uint8Array

The buffer of the window's screenshot.

name

name: string

The name of the window.

originHeight

originHeight: number
deprecated

originWidth

originWidth: number
deprecated

ownerName

ownerName: string

The app to which the window belongs.

processId

processId: number

The ID of the process running in the window.

width

width: number

The width (px) of the window.

windowId

windowId: number

The unique identifier of the window.

x

x: number

The x coordinate (px) of the window.

y

y: number

The y coordinate (px) of the window.