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

    Interface FlingGestureHandlerOptions

    interface FlingGestureHandlerOptions {
        direction?: number;
        enabled?: boolean;
        nativeGetterKey?: string;
        numberOfPointers?: number;
        shouldCancelWhenOutside?: boolean;
        simultaneousHandlers?: number[];
        waitFor?: number[];
        [k: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [k: string]: any
    Index

    Properties

    direction?: number
    enabled?: boolean
    nativeGetterKey?: string

    optional property to access the View nativeView

    HandlerOptions

    numberOfPointers?: number
    shouldCancelWhenOutside?: boolean
    simultaneousHandlers?: number[]
    waitFor?: number[]