Back to Fullcalendar

selectMinDistance

_docs-v3/date-clicking-selecting/selectMinDistance.md

latest472 B
Original Source

The minimum distance the user's mouse must travel after a mousedown, before a selection is allowed.

<div class='spec' markdown='1'> Integer, *default*: `0` </div>

The default value of 0 puts no restriction on the distance the mouse must travel.

A non-zero value is useful for differentiating a selection from a dayClick.

This setting is only applicable to mouse-related interaction. For touch interation, see selectLongPressDelay.