DataTransferItem$Typings extension
Properties
- value → dynamic
-
Available on DataTransferItem, provided by the DataTransferItem$Typings extension
Custom data stored on this item.no setter
Methods
-
asFile(
) → DataTransferFile? -
Available on DataTransferItem, provided by the DataTransferItem$Typings extension
Try getting the {@link DataTransferFile file} associated with this data transfer item. -
asString(
) → Future -
Available on DataTransferItem, provided by the DataTransferItem$Typings extension
Get a string representation of this item.