AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface InputEvent

    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;
    }
    Index
    altKey: boolean
    code: string
    command?: string
    ctrlKey: boolean
    inputType: "keyUp" | "keyDown"
    key: string
    metaKey: boolean
    repeat: boolean
    shiftKey: boolean