Function: queryAllByText()
queryAllByText(
container,text,options?):Widget[]
Defined in: queries.ts:195
Finds all elements matching text content without throwing.
Parameters
| Parameter | Type | Description |
|---|---|---|
container | Container | The container to search within |
text | TextMatch | Text to match (string, RegExp, or custom matcher) |
options? | TextMatchOptions | Query options including normalization |
Returns
Widget[]
Array of matching widgets (empty if none found)