Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gauntlet/imports/happy_dom.ts>IKeyboardEventInit

Work-in-progress front-end tool which does put a smile on my face
Latest
interface IKeyboardEventInit
implements IUIEventInit
Re-export
import { type IKeyboardEventInit } from "https://deno.land/x/gauntlet@v0.0.9/imports/happy_dom.ts";

Properties

optional
key: string
optional
code: string
optional
location: number
optional
ctrlKey: boolean
optional
shiftKey: boolean
optional
altKey: boolean
optional
metaKey: boolean
optional
repeat: boolean
optional
isComposing: boolean