WordQuery: Extract<TextQuery, {
    by: {
        word: string;
    };
}>

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

Type declaration

  • by: {
        word: string;
    }
    • word: string

Generated using TypeDoc