Skip to main content
Go to Latest
interface KeyDefinition
import { type KeyDefinition } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";

Properties

optional
keyCode: number
optional
shiftKeyCode: number
optional
key: string
optional
shiftKey: string
optional
code: string
optional
text: string
optional
shiftText: string
optional
location: number