Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.dom.d.ts>KeyboardEvent

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable KeyboardEvent
import { KeyboardEvent } from "https://deno.land/x/deno@v1.28.0/cli/dts/lib.dom.d.ts";

type

{ prototype: KeyboardEvent; readonly DOM_KEY_LOCATION_LEFT: number; readonly DOM_KEY_LOCATION_NUMPAD: number; readonly DOM_KEY_LOCATION_RIGHT: number; readonly DOM_KEY_LOCATION_STANDARD: number; new (type: string, eventInitDict?: KeyboardEventInit): KeyboardEvent; }