DataTransfer

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

clearData
void clearData(string format)
Undocumented in source. Be warned that the author may not have intended to support it.
clearData
void clearData()
Undocumented in source. Be warned that the author may not have intended to support it.
dropEffect
void dropEffect(string dropEffect)
Undocumented in source. Be warned that the author may not have intended to support it.
dropEffect
auto dropEffect()
Undocumented in source. Be warned that the author may not have intended to support it.
effectAllowed
void effectAllowed(string effectAllowed)
Undocumented in source. Be warned that the author may not have intended to support it.
effectAllowed
auto effectAllowed()
Undocumented in source. Be warned that the author may not have intended to support it.
files
auto files()
Undocumented in source. Be warned that the author may not have intended to support it.
getData
auto getData(string format)
Undocumented in source. Be warned that the author may not have intended to support it.
items
auto items()
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(string format, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
setDragImage
void setDragImage(Element image, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
types
auto types()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta