搜索文档
reactlynx-testing-library / FindByRole
type FindByRole<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:535