Package-level declarations
Types
Link copied to clipboard
open class DragEvent(val type: EventType<DragEvent>, init: DragEventInit = definedExternally) : MouseEvent
The DragEvent
interface is a DOM event that represents a drag and drop interaction.
Link copied to clipboard