the method is called at the moment when drag-n-drop has started
source | HTMLElement | a DOM element on which a dnd action started |
event | Event | a native HTML event |
pointer | string | defines what pointer started dnd |
HTMLElement | a DOM element of the drag marker |
Pointer has two states: "mouse" and "touch".
Back to top