Version:
function
a11yEvent
typescript
a11yEvent(eventType: E, matcher?: (event: AccessibilityEvent) => boolean): A11yEventDescriptor<E>Parameters
| Name | Type | Description |
|---|---|---|
eventType | E | - |
matcher? | (event: AccessibilityEvent) => boolean | - |
Returns
A11yEventDescriptor<E>Was this page helpful?