DataTransfer class

Annotated by:
  • DocsEditable()
  • DomName('DataTransfer')
  • Experimental()

Instance Properties

dropEffect String
read/write
effectAllowed String
read/write
files List<File>
read-only
items DataTransferItemList
read-only
types List<String>
read-only

Instance Methods

clearData ( [String type] ) → void
getData ( String type ) → String
setData ( String type, String data ) → void
setDragImage ( Element image, int x, int y ) → void