getData method
The DataTransfer.getData()
method retrieves drag data (as a string) for the specified type.
If the drag operation does not include data, this method returns an empty
string.
Example data types are text/plain
and text/uri-list
.
Implementation
external String getData(String format);