Type Alias: ByRoleOptions
ByRoleOptions =
TextMatchOptions&object
Defined in: types.ts:53
Options for role-based queries.
Extends text matching options with accessible state filters.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
checked? | boolean | Filter by checked state (checkboxes, radios, toggles) | types.ts:57 |
expanded? | boolean | Filter by expanded state (expanders) | types.ts:63 |
level? | number | Filter by heading level | types.ts:65 |
name? | TextMatch | Filter by accessible name/label | types.ts:55 |
pressed? | boolean | Filter by pressed state | types.ts:59 |
selected? | boolean | Filter by selected state | types.ts:61 |