Resource Base
Table of contents

SearchTextOptions

Syntax

interface SearchTextOptions {
    caseSensitive?: boolean;
    wholeWord?: boolean;
}

Attributes

caseSensitive

Whether to match case. Default value is false.

wholeWord

Whether to match whole word. Default value is false.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: