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

    Interface ForceTouchGestureHandlerOptions

    interface ForceTouchGestureHandlerOptions {
        enabled?: boolean;
        feedbackOnActivation?: boolean;
        maxForce?: number;
        minForce?: number;
        nativeGetterKey?: string;
        shouldCancelWhenOutside?: boolean;
        simultaneousHandlers?: number[];
        waitFor?: number[];
        [k: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [k: string]: any
    Index

    Properties

    enabled?: boolean
    feedbackOnActivation?: boolean
    maxForce?: number
    minForce?: number
    nativeGetterKey?: string

    optional property to access the View nativeView

    HandlerOptions

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