React Hookers - v6.3.0
    Preparing search index...

    Interface HeadlessTrackHandleValue

    A value returned from the useTrackHandle hook.

    interface HeadlessTrackHandleValue {
        cancelDrag: () => void;
        handleProps: DOMAttributes<Element>;
        isDragged: boolean;
    }
    Index

    Properties

    cancelDrag: () => void

    Cancels the current drag interaction.

    handleProps: DOMAttributes<Element>

    Props of a handle element.

    An object which identity never changes between renders.

    isDragged: boolean

    true if a handle is currently being dragged.