Skip to content

API Reference / @gtkx/testing / queryByName

Variable: queryByName

const queryByName: BuiltinQueries["queryByName"]

Defined in: queries.d.ts:105

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

Released under the MPL-2.0 License.