dropEffect property

String? dropEffect
final

Gets the type of drag-and-drop operation currently selected or sets the operation to a new type.

The value must be none, copy, link or move.

See developer.mozilla.org/en-US/docs/Web/API/DataTransfer/dropEffect

Implementation

final String? dropEffect;