dataTransfer property
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;
Text data payload associated with HTML5 drag-and-drop events.
Populated during drag-and-drop operations (dragover, drop). Remains null otherwise.
final String? dataTransfer;