Skip to main content

Function: queryAllByText()

queryAllByText(container, text, options?): Widget[]

Defined in: queries.ts:195

Finds all elements matching text content without throwing.

Parameters

ParameterTypeDescription
containerContainerThe container to search within
textTextMatchText to match (string, RegExp, or custom matcher)
options?TextMatchOptionsQuery options including normalization

Returns

Widget[]

Array of matching widgets (empty if none found)