Click or drag to resize

DragDataItem Properties

Version 130.1.90

The DragDataItem type exposes the following members.

Properties
 NameDescription
Public propertyBaseURL Stores the base URL for the contained markup. Only valid when `mimeType` == "text/html".
Public propertyData Depending of the value of `mimeType`, it contains the dragged link, text, HTML markup or any other data.
Public propertyMimeType Mime type of the dragged data.
Public propertyTitle Title associated with a link. Only valid when `mimeType` == "text/uri-list".
Top
See Also