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

    Interface HandlerOptions

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

    Hierarchy (View Summary)

    Indexable

    • [k: string]: any
    Index

    Properties

    enabled?: boolean
    nativeGetterKey?: string

    optional property to access the View nativeView

    HandlerOptions

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