Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Input.DragData
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { DragData } = Protocol.Input;

Properties

items: DragDataItem[]
optional
files: string[]

List of filenames that should be included when dropping

dragOperationsMask: integer

Bit field representing allowed drag operations. Copy = 1, Link = 2, Move = 16