type property
String
get
type
The read-only DataTransferItem.type
property returns the type
(format) of the DataTransferItem object representing the drag data item.
The type
is a Unicode string generally given by a MIME type, although a
MIME type is not required.
Some example types are: text/plain
and text/html
.
Implementation
external String get type;