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

    Interface NativeViewGestureHandlerOptions

    interface NativeViewGestureHandlerOptions {
        disallowInterruption?: boolean;
        enabled?: boolean;
        nativeGetterKey?: string;
        shouldActivateOnStart?: boolean;
        shouldCancelWhenOutside?: boolean;
        simultaneousHandlers?: number[];
        waitFor?: number[];
        [k: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [k: string]: any
    Index

    Properties

    disallowInterruption?: boolean
    enabled?: boolean
    nativeGetterKey?: string

    optional property to access the View nativeView

    HandlerOptions

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