Options
All
  • Public
  • Public/Protected
  • All
Menu

A map containing a mapping of the mime type of the corresponding transferred data.

Drag and drop controllers that implement handleDrag can add additional mime types to the data transfer. These additional mime types will only be included in the handleDrop when the the drag was initiated from an element in the same drag and drop controller.

Hierarchy

  • DataTransfer

Implements

Index

Constructors

Properties

items: Map<string, DataTransferItem> = ...

Methods

  • clear(): void
  • has(mimeType: string): boolean