The element to attach the event listeners to.
The callback function to be called during mouse movement while the right button is pressed.
OptionaldownCallback: MouseEventCallback<T>The optional callback function to be called when the right mouse button is pressed down.
OptionalupCallback: MouseEventCallback<T>The optional callback function to be called when the right mouse button is released.
Attaches event listeners to an element to handle right-click drag events.