Skip to main content
Go to Latest
interface default.Input.DragDataItem
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { DragDataItem } = default.Input;

Properties

mimeType: string

Mime type of the dragged data.

data: string

Depending of the value of mimeType, it contains the dragged link, text, HTML markup or any other data.

optional
title: string

Title associated with a link. Only valid when mimeType == "text/uri-list".

optional
baseURL: string

Stores the base URL for the contained markup. Only valid when mimeType == "text/html".