Skip to content

SelectorMatcherOptions

Defined in: query-helpers.ts:16

optional collapseWhitespace?: boolean;

Defined in: matches.ts:24

Use normalizer with getDefaultNormalizer instead

MatcherOptions.collapseWhitespace


optional exact?: boolean;

Defined in: matches.ts:18

MatcherOptions.exact


optional ignore?: string | boolean;

Defined in: query-helpers.ts:18


optional normalizer?: NormalizerFn;

Defined in: matches.ts:25

MatcherOptions.normalizer


optional selector?: string;

Defined in: query-helpers.ts:17


optional stripAnsi?: boolean;

Defined in: matches.ts:22

Use normalizer with getDefaultNormalizer instead

MatcherOptions.stripAnsi


optional suggest?: boolean;

Defined in: matches.ts:27

suppress suggestions for a specific query

MatcherOptions.suggest


optional trim?: boolean;

Defined in: matches.ts:20

Use normalizer with getDefaultNormalizer instead

MatcherOptions.trim