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

Members

TouchCancel = "touchCancel"
TouchEnd = "touchEnd"
TouchMove = "touchMove"
TouchStart = "touchStart"