@nativescript-community/gesturehandler
    Preparing search index...

    Interface GestureTouchEventData

    interface GestureTouchEventData {
        data: {
            android?: any;
            extraData: { [k: string]: number };
            ios?: any;
            state: GestureState;
            view?: View;
        };
        object: Handler<any, any>;
    }

    Hierarchy

    • EventData
      • GestureTouchEventData
    Index

    Properties

    Properties

    data: {
        android?: any;
        extraData: { [k: string]: number };
        ios?: any;
        state: GestureState;
        view?: View;
    }
    object: Handler<any, any>

    The Observable instance that has raised the event.