mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Fixed a bunch of typo's and minor errors in TypeScript definition files. (#4707)
* Fix a bunch of typo's and minor errors in TypeScript definition files. * Implemented the requested change by @hshristov
This commit is contained in:

committed by
Hristo Hristov

parent
121ad5de01
commit
6e06eba218
4
tns-core-modules/ui/gestures/gestures.d.ts
vendored
4
tns-core-modules/ui/gestures/gestures.d.ts
vendored
@ -44,7 +44,7 @@ export enum GestureTypes {
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines an enum with supported gesture types.
|
||||
* Defines an enum with supported gesture states.
|
||||
*/
|
||||
export enum GestureStateTypes {
|
||||
/**
|
||||
@ -196,7 +196,7 @@ export interface Pointer {
|
||||
}
|
||||
|
||||
/**
|
||||
* Provides gesture event data for pinch gesture.
|
||||
* Provides gesture event data.
|
||||
*/
|
||||
export interface GestureEventDataWithState extends GestureEventData {
|
||||
state: number;
|
||||
|
Reference in New Issue
Block a user