Skip to content

API Reference / @gtkx/testing / queryByDisplayValue

Variable: queryByDisplayValue

const queryByDisplayValue: BuiltinQueries["queryByDisplayValue"]

Defined in: queries.d.ts:125

Returns the single widget with a matching display value, or null when none match. Throws when more than one matches.

Released under the MPL-2.0 License.