Class type Dom_html.dataTransfer

method dropEffect : Js.js_string Js.t Js.prop
method effectAllowed : Js.js_string Js.t Js.prop
method files : File.fileList Js.t Js.readonly_prop
method types : Js.js_string Js.t Js.js_array Js.t Js.readonly_prop
method addElement : element Js.t -> unit Js.meth
method clearData : Js.js_string Js.t -> unit Js.meth
method clearData_all : unit Js.meth
method getData : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method setData : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method setDragImage : element Js.t -> int -> int -> unit Js.meth