LineQuery: Extract<TextQuery, {
    by: {
        line: string;
    };
}>

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

Type declaration

  • by: {
        line: string;
    }
    • line: string

Generated using TypeDoc