Version:
type

WindowQuery

A window query is a query that searches for a window on screen.
It will be processed by an instance.

typescript
type WindowQuery = Extract<Query, { type: "window" }>

Was this page helpful?