mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
fix(core): drop support for plural event/gesture names (#10539)
This commit is contained in:
4
packages/core/ui/gestures/index.d.ts
vendored
4
packages/core/ui/gestures/index.d.ts
vendored
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user