ClickDragOptions: {
    onclick?: ((e: PointerEvent) => void);
    threshold?: number;
}

Options for the clickIfDrag and clickIfNoDrag action.