[]
type FindTextParams = object;
Represents text search parameters.
optional matchCase?: boolean;
Indicates whether to match case. The default is false.
text: string;
The text to search.
optional wholeWord?: boolean;
Indicates whether to match whole words only. The default is false.