Skip to content

API Reference / @gtkx/testing / getByDisplayValue

Variable: getByDisplayValue

const getByDisplayValue: BuiltinQueries["getByDisplayValue"]

Defined in: packages/testing/dist/queries.d.ts:151

Returns the single mapped widget with a matching display value. Widgets that are not mapped are never matched. Throws when none or more than one matches.

Released under the MPL-2.0 License.