@gtkx/testing / queryAllByName
Function: queryAllByName()
queryAllByName(
container,name,options?):Widget[]
Defined in: queries.ts:241
Finds all elements matching a widget name without throwing.
Parameters
| Parameter | Type | Description |
|---|---|---|
container | Container | The container to search within |
name | TextMatch | Widget name to match (string, RegExp, or custom matcher) |
options? | TextMatchOptions | Query options including normalization |
Returns
Widget[]
Array of matching widgets (empty if none found)