Skip to content

API Reference / @gtkx/testing / getAllByName

Variable: getAllByName

const getAllByName: BuiltinQueries["getAllByName"]

Defined in: packages/testing/dist/queries.d.ts:94

Returns every mapped widget with a matching widget name. Widgets that are not mapped are never matched. Throws when none match.

Released under the MPL-2.0 License.