Skip to content

API Reference / @gtkx/testing / Matcher

Type Alias: Matcher

Matcher = string | number | RegExp | MatcherFunction

Defined in: types.d.ts:9

A value used to match widget text: a string or number, a regular expression, or a custom MatcherFunction.

Released under the MPL-2.0 License.