[]
        
(Showing Draft Content)

FindTextParams

Type Alias: FindTextParams

type FindTextParams = object;

Represents text search parameters.

Properties

matchCase?

optional matchCase?: boolean;

Indicates whether to match case. The default is false.


text

text: string;

The text to search.


wholeWord?

optional wholeWord?: boolean;

Indicates whether to match whole words only. The default is false.