Theia API Documentation v1.65.0
    Preparing search index...
    interface TestStateChangedEvent {
        newState: undefined | TestState;
        oldState: undefined | TestState;
        test: TestItem;
    }
    Index

    Properties

    newState: undefined | TestState
    oldState: undefined | TestState
    test: TestItem