dataTransfer property

String? dataTransfer
final

Text data payload associated with HTML5 drag-and-drop events.

Populated during drag-and-drop operations (dragover, drop). Remains null otherwise.

Implementation

final String? dataTransfer;