Circle V2 API Docs
Preparing search index...
@repo/ui-domain
tests
FindAllByRole
Type Alias FindAllByRole<T>
FindAllByRole
:
(
container
:
HTMLElement
,
role
:
ByRoleMatcher
,
options
?:
ByRoleOptions
,
waitForElementOptions
?:
waitForOptions
,
)
=>
Promise
<
T
[]
>
Type Parameters
T
extends
HTMLElement
=
HTMLElement
Type Declaration
(
container
:
HTMLElement
,
role
:
ByRoleMatcher
,
options
?:
ByRoleOptions
,
waitForElementOptions
?:
waitForOptions
,
)
:
Promise
<
T
[]
>
Parameters
container
:
HTMLElement
role
:
ByRoleMatcher
Optional
options
:
ByRoleOptions
Optional
waitForElementOptions
:
waitForOptions
Returns
Promise
<
T
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...