Articles tagged: HTML Drag and Drop API
Found 12 documents
- Web/API/DataTransfer The DataTransfer object is used to hold the data that is being dragged during a drag and drop ...
- Web/API/DataTransferItem The DataTransferItem object represents one drag data item. During a drag operation, each drag ...
- Web/API/DataTransferItem/getAsFile If the item is a file, the DataTransferItem.getAsFile() method returns the drag data item's File ...
- Web/API/DataTransferItem/getAsString The DataTransferItem.getAsString() method invokes the given callback with the drag data item's ...
- Web/API/DataTransferItem/kind The read-only DataTransferItem.kind property returns a DataTransferItem representing the drag ...
- Web/API/DataTransferItem/type The read-only DataTransferItem.type property returns the type (format) of the DataTransferItem ...
- Web/API/DataTransferItemList The DataTransferItemList object is a list of DataTransferItem objects representing items being ...
- Web/API/DataTransferItemList/add The DataTransferItemList.add() method creates a new DataTransferItem using the specified data ...
- Web/API/DataTransferItemList/clear The DataTransferItemList.clear() method removes all DataTransferItem objects from the drag data ...
- Web/API/DataTransferItemList/DataTransferItem The DataTransferItemList() getter method implements support for accessing items in the ...
- Web/API/DataTransferItemList/length The read-only DataTransferItemList.length property returns the number of items in the list. If ...
- Web/API/DataTransferItemList/remove The DataTransferItemList.remove() method removes the DataTransferItem at the specified index ...