Properties
onDragEnd
onDragEnd: ((...this, e) => any)
Type declaration
- (...this, e): any
Returns any
onDragEnter
onDragEnter: ((...this, e) => any)
Type declaration
- (...this, e): any
Returns any
onDragLeave
onDragLeave: ((e) => void)
onDragOver
onDragOver: ((...this, e) => any)
Type declaration
- (...this, e): any
Returns any
onDragStart
onDragStart: ((...this, e) => any)
Type declaration
- (...this, e): any
Returns any
onDrop
onDrop: ((...this, e) => any)
Type declaration
- (...this, e): any
Returns any
Param: e
Returns