States

Active Application

Returns the details about the currently focused application.

External Application Object

Represents a running external application or window detected on the system.

id
A unique identifier for the application entry.

title
The current window title of the application.

processId
The operating system process ID (PID) associated with the application.

path
The full file path to the application's executable.

bounds
An object representing the position and size of the application window on screen, including its x and y coordinates and its width and height in pixels.

isVisible
Indicates whether the application window is currently visible on screen.

isWindow
Indicates whether the detected process has a standard window associated with it.

icon
A base64-encoded string or file reference representing the application's icon.

opacity
The current opacity level of the window, where 1 is fully visible and 0 is fully transparent.


Application List

Returns a list of External Application Objects.


Overlayed Window IDs

A list of all Window IDs that are currently acting as application overlays.