Optional__staticOptionalbuttonsThe element that listens for pointer events.
Ensure the element has the appropriate touch-action property to prevent conflicts with browser gestures.
OptionaldisableDisable user selection on drag.
OptionalmaxMaximum number of pointers that can be tracked simultaneously.
OptionalminMinimum number of active pointers required to trigger the "start" callback.
OptionalrelativeCalculate coordinates relative to the container.
Determines which mouse buttons trigger events.
See MouseEvent.button.