reactlynx-testing-library / ByRoleOptions
接口: ByRoleOptions
属性
busy?
If true only includes elements in the query set that are marked as
busy in the accessibility tree, i.e., aria-busy="true"
定义于
index.d.ts:227
checked?
If true only includes elements in the query set that are marked as
checked in the accessibility tree, i.e., aria-checked="true"
定义于
index.d.ts:232
current?
Filters elements by their aria-current state. true and false match aria-current="true" and aria-current="false" (as well as a missing aria-current attribute) respectively.
定义于
index.d.ts:241
description?
Only considers elements with the specified accessible description.