Skip to main content

Interface: ByRoleOptions

Defined in: types.ts:10

Extends

Properties

checked?

optional checked: boolean

Defined in: types.ts:12


exact?

optional exact: boolean

Defined in: types.ts:6

Inherited from

TextMatchOptions.exact


expanded?

optional expanded: boolean

Defined in: types.ts:15


level?

optional level: number

Defined in: types.ts:16


name?

optional name: string | RegExp

Defined in: types.ts:11


normalizer()?

optional normalizer: (text) => string

Defined in: types.ts:7

Parameters

ParameterType
textstring

Returns

string

Inherited from

TextMatchOptions.normalizer


pressed?

optional pressed: boolean

Defined in: types.ts:13


selected?

optional selected: boolean

Defined in: types.ts:14