fix(core): drop support for plural event/gesture names (#10539)

This commit is contained in:
Jamie Birch
2024-05-07 10:20:28 +09:00
committed by GitHub
parent d323672b29
commit 9be392fbb0
8 changed files with 329 additions and 275 deletions

View File

@ -27,7 +27,9 @@ export class GesturesObserver {
disconnect();
/**
* Gesture type attached to the observer.
* Singular gesture type (e.g. GestureTypes.tap) attached to the observer.
* Does not support plural gesture types (e.g.
* GestureTypes.tap & GestureTypes.doubleTap).
*/
type: GestureTypes;