Type Alias: ByRoleOptions
ByRoleOptions =
TextMatchOptions&object
Defined in: types.ts:52
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:56 |
expanded? | boolean | Filter by expanded state (expanders) | types.ts:62 |
level? | number | Filter by heading level | types.ts:64 |
name? | TextMatch | Filter by accessible name/label | types.ts:54 |
pressed? | boolean | Filter by pressed state | types.ts:58 |
selected? | boolean | Filter by selected state | types.ts:60 |