Theia API Documentation v1.65.0
    Preparing search index...
    interface KeyboardTesterState {
        scores?: { [id: string]: number };
        testedInputs?: { [key: string]: string };
        topScore?: number;
    }
    Index

    Properties

    scores?: { [id: string]: number }
    testedInputs?: { [key: string]: string }
    topScore?: number