Get the currently focused window and it's data.
A promise containing active window info.
Get a list of all the windows and their information.
A promise containing all window info.
Get current active window ID.
A promise contain active window ID.
Receive notifications whenever the currently focused window changes.
A function called when active window changes.
Receive a notification whenever a window is opened, closed, focused, unfocused, moved, resized, or its title changes. A window that is opened with focus will generate an Opened event and a Focused event.
A function called when any window changes.
Generated using TypeDoc
The Window aptitude provides access to the the ability to identyfy window status.