Function: queryAllByRole()
queryAllByRole(
container,role,options?):Widget[]
Defined in: queries.ts:111
Finds all elements matching a role without throwing.
Parameters
| Parameter | Type | Description |
|---|---|---|
container | Container | The container to search within |
role | AccessibleRole | The GTK accessible role to match |
options? | ByRoleOptions | Query options including name and state filters |
Returns
Widget[]
Array of matching widgets (empty if none found)