Graphora API
    Preparing search index...

    Interface KeyboardInput

    Adapters determine editability, including ancestors, shadow DOM and app editors.

    interface KeyboardInput {
        altKey?: boolean;
        ctrlKey?: boolean;
        defaultPrevented?: boolean;
        editable?: boolean;
        isComposing?: boolean;
        key: string;
        metaKey?: boolean;
        shiftKey?: boolean;
    }
    Index
    altKey?: boolean
    ctrlKey?: boolean
    defaultPrevented?: boolean
    editable?: boolean
    isComposing?: boolean
    key: string
    metaKey?: boolean
    shiftKey?: boolean