Skip to main content
Go to Latest
interface default.Input.DragData
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { DragData } = default.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