Interfaces
SwipeGestureEventData
Base event data.
Defined in: ui/gestures/gestures-types.ts
Base event data.
Extends
Properties
android
android: any;Defined in: ui/gestures/gestures-types.ts
Inherited from
direction
direction: SwipeDirection;Defined in: ui/gestures/gestures-types.ts
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
ios
ios: any;Defined in: ui/gestures/gestures-types.ts
Inherited from
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
type
type: GestureTypes;Defined in: ui/gestures/gestures-types.ts
Inherited from
view
view: View;Defined in: ui/gestures/gestures-types.ts
Inherited from
- Previous
- StrokeCSSValues