effectAllowed property

String? effectAllowed
final

Provides all of the types of operations that are possible.

Must be one of none, copy, copyLink, copyMove, link, linkMove, move, all or uninitialized.

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

Implementation

final String? effectAllowed;