This object represents an app's window. The representation is a static snapshot. This is important. For example, when an action returns a window, its "Width" property will not change even when the original window is resized.
It is returned by many window-related actions, like Get Windows, and can be used as input argument for actions like Filter List of Windows or Maximize Windows.
Its properties are:
Property | Type | Notes |
---|---|---|
App | Running App | The window's parent. |
Window Type | "standard window" OR "floating window" | |
Is Main Window? | YES/NO ) | |
Is Focused Window? | Boolean (YES/NO ) | |
Is Modal Window? | Boolean (YES/NO ) | |
Is Minimized? | Boolean (YES/NO ) | |
Is Maximized? | Boolean (YES/NO ) | |
Is FullScreen? | Boolean (YES/NO ) | |
Width | Number | |
Height | Number | |
Position X | Number | |
Position Y | Number |