Version:
type
WindowElementQuery
A window element query is a query that searches for an element of a window.
It will be processed by an instance.
typescript
type WindowElementQuery = Extract<Query, { type: "window-element" }>Was this page helpful?
A window element query is a query that searches for an element of a window.
It will be processed by an instance.
type WindowElementQuery = Extract<Query, { type: "window-element" }>Was this page helpful?