API Reference / @gtkx/testing / queryAllByPlaceholderText
Variable: queryAllByPlaceholderText
constqueryAllByPlaceholderText: (container,text,options?) =>Gtk.Widget[]
Defined in: queries.d.ts:63
Finds every widget whose placeholder text matches.
Parameters
container
Widget subtree to search.
text
Matcher for the placeholder text.
options?
Text matching options.
Returns
Gtk.Widget[]
Every matching widget, or an empty array when none match.