AboutSupportDeveloper GuideVersion 38.126.82.61

Generated when the value of the element changes.

interface InputEvent {
    altKey: boolean;
    code: string;
    command?: string;
    ctrlKey: boolean;
    inputType: "keyUp" | "keyDown";
    key: string;
    metaKey: boolean;
    repeat: boolean;
    shiftKey: boolean;
}

Properties

altKey: boolean
code: string
command?: string
ctrlKey: boolean
inputType: "keyUp" | "keyDown"
key: string
metaKey: boolean
repeat: boolean
shiftKey: boolean