You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can pass a `queryOptions` object with the query type. See the docs for each query type to see available options, e.g. [byRole API](queries/byrole.mdx#api).
176
+
You can pass a `queryOptions` object with the query type. See the docs for each
177
+
query type to see available options, e.g. [byRole API](queries/byrole.mdx#api).
Most of the query APIs take a `TextMatch` as an argument, which means the
243
-
argument can be either a _string_, _regex_, or a _function_ of signature `(content?: string, element?: Element | null) => boolean` which returns `true`
245
+
argument can be either a _string_, _regex_, or a _function_ of signature
246
+
`(content?: string, element?: Element | null) => boolean` which returns `true`
0 commit comments