Extremely Popular
Go to Latest
interface puppeteer.Input.DragDataItem
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { DragDataItem } = puppeteer.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".