Module

x/fresh/tests/deps.ts>puppeteer.Input.DragData

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