9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/gestures/gestures-types.ts

Base event data.

Extends

Extended by

Properties

android

ts
android: any;

Defined in: ui/gestures/gestures-types.ts


eventName

ts
eventName: string;

Defined in: data/observable/index.ts

The name of the event.

Inherited from

EventData.eventName


ios

ts
ios: any;

Defined in: ui/gestures/gestures-types.ts


object

ts
object: Observable;

Defined in: data/observable/index.ts

The Observable instance that has raised the event.

Inherited from

EventData.object


type

ts
type: GestureTypes;

Defined in: ui/gestures/gestures-types.ts


view

ts
view: View;

Defined in: ui/gestures/gestures-types.ts