Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>KeyDefinition

Headless Chrome Deno API
Latest
interface KeyDefinition
Re-export
import { type KeyDefinition } from "https://deno.land/x/pptr@1.2.0/mod.ts";

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