weasel API - v0.8.0
    Preparing search index...

    Interface ThresholdDragHandle

    Handle returned by startThresholdDrag exposing live gesture state.

    interface ThresholdDragHandle {
        isDragging: () => boolean;
    }
    Index

    Properties

    Properties

    isDragging: () => boolean

    True after the pointer has moved past threshold and the drag is live.