Inheritance
Annotations
  • DocsEditable()
  • DomName('DataTransfer')
  • Experimental()

Static Properties

instanceRuntimeType Type

read-only

Constructors

DataTransfer.internal_()

Properties

dropEffect String

read / write
effectAllowed String

read / write
files List<File>

read-only
hashCode int

read-only, inherited
items DataTransferItemList

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
types List<String>

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

clearData([String format]) → void

getData(String format) String

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
setData(String format, String data) → void

setDragImage(Element image, int x, int y) → void

toString() String

Returns the result of the JavaScript objects toString method.

inherited