Theia API Documentation v1.65.0
    Preparing search index...
    interface KeyValidationInput {
        altKey?: boolean;
        character: string;
        code: string;
        ctrlKey?: boolean;
        shiftKey?: boolean;
    }
    Index

    Properties

    altKey?: boolean
    character: string
    code: string
    ctrlKey?: boolean
    shiftKey?: boolean