reactlynx-testing-library / queryHelpers / SelectorMatcherOptions

Interface: SelectorMatcherOptions

Extends

Properties

collapseWhitespace?

optional collapseWhitespace: boolean;

Use normalizer with getDefaultNormalizer instead

Inherited from

MatcherOptions.collapseWhitespace

Defined in

index.d.ts:932


exact?

optional exact: boolean;

Inherited from

MatcherOptions.exact

Defined in

index.d.ts:928


ignore?

optional ignore: string | boolean;

Defined in

index.d.ts:1453


normalizer?

optional normalizer: NormalizerFn;

Inherited from

MatcherOptions.normalizer

Defined in

index.d.ts:933


selector?

optional selector: string;

Defined in

index.d.ts:1452


suggest?

optional suggest: boolean;

suppress suggestions for a specific query

Inherited from

MatcherOptions.suggest

Defined in

index.d.ts:935


trim?

optional trim: boolean;

Use normalizer with getDefaultNormalizer instead

Inherited from

MatcherOptions.trim

Defined in

index.d.ts:930

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.