SelectorMatcherOptions
Interface: SelectorMatcherOptions
Section titled “Interface: SelectorMatcherOptions”Defined in: query-helpers.ts:16
Extends
Section titled “Extends”Properties
Section titled “Properties”collapseWhitespace?
Section titled “collapseWhitespace?”optional collapseWhitespace?: boolean;Defined in: matches.ts:24
Use normalizer with getDefaultNormalizer instead
Inherited from
Section titled “Inherited from”MatcherOptions.collapseWhitespace
exact?
Section titled “exact?”optional exact?: boolean;Defined in: matches.ts:18
Inherited from
Section titled “Inherited from”ignore?
Section titled “ignore?”optional ignore?: string | boolean;Defined in: query-helpers.ts:18
normalizer?
Section titled “normalizer?”optional normalizer?: NormalizerFn;Defined in: matches.ts:25
Inherited from
Section titled “Inherited from”selector?
Section titled “selector?”optional selector?: string;Defined in: query-helpers.ts:17
stripAnsi?
Section titled “stripAnsi?”optional stripAnsi?: boolean;Defined in: matches.ts:22
Use normalizer with getDefaultNormalizer instead
Inherited from
Section titled “Inherited from”suggest?
Section titled “suggest?”optional suggest?: boolean;Defined in: matches.ts:27
suppress suggestions for a specific query
Inherited from
Section titled “Inherited from”optional trim?: boolean;Defined in: matches.ts:20
Use normalizer with getDefaultNormalizer instead
