搜索文档
reactlynx-testing-library / FindAllByRole
type FindAllByRole<T>: (container: HTMLElement, role: ByRoleMatcher, options?: ByRoleOptions, waitForElementOptions?: waitForOptions) => Promise<T[]>;
T
HTMLElement
container
role
ByRoleMatcher
options
ByRoleOptions
waitForElementOptions
waitForOptions
Promise<T[]>
Promise
index.d.ts:477