Version:
type

LineQuery

A word query is a text query that searches for a single text line on screen.
It will be processed by an instance.

typescript
type LineQuery = Extract<TextQuery, { by: { line: string | RegExp } }>

Was this page helpful?