Skip to content

API Reference / @gtkx/testing / queryAllByDisplayValue

Function: queryAllByDisplayValue()

queryAllByDisplayValue(container, value, options?): Widget[]

Defined in: queries.d.ts:190

Finds every widget whose current display value matches.

Parameters

container

Container

Widget subtree to search.

value

Matcher

Matcher for the display value.

options?

MatcherOptions

Text matching options.

Returns

Widget[]

Every matching widget, or an empty array when none match.

Released under the MPL-2.0 License.