Skip to content

API Reference / @gtkx/testing / queryAllByDisplayValue

Variable: queryAllByDisplayValue

const queryAllByDisplayValue: (container, value, options?) => Gtk.Widget[]

Defined in: queries.d.ts:71

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

Gtk.Widget[]

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

Released under the MPL-2.0 License.