DragAndDropEvent



A representation of an event sent by the platform during a drag and drop operation.

Summary

Public constructors

android
android

Extension functions

Set<String>

The mime types present in a DragAndDropEvent

android
DragEvent

Returns the backing DragEvent to read platform specific data

android

Public constructors

DragAndDropEvent

DragAndDropEvent(dragEvent: DragEvent)

DragAndDropEvent

DragAndDropEvent(dropTargetEvent: DropTargetEvent)

Extension functions

mimeTypes

fun DragAndDropEvent.mimeTypes(): Set<String>

The mime types present in a DragAndDropEvent

toAndroidDragEvent

fun DragAndDropEvent.toAndroidDragEvent(): DragEvent

Returns the backing DragEvent to read platform specific data