Version:
function

a11yEvent

typescript
a11yEvent(eventType: E, matcher?: (event: AccessibilityEvent) => boolean): A11yEventDescriptor<E>

Parameters

NameTypeDescription
eventTypeE-
matcher?(event: AccessibilityEvent) => boolean-

Returns

A11yEventDescriptor<E>

Was this page helpful?