JavaScript DataTransfer : Object
Available through the
DragEvent.dataTransfer
property.
Instance Properties
effectAllowed : String
Must be one of 'none'
, 'copy'
, 'link'
, 'move'
,
'copyLink'
, 'copyMove'
, 'linkMove'
, 'all'
, or
'uninitialized'
.
Copyright © PUBLIC Contributors