Theia API Documentation v1.65.0
    Preparing search index...
    interface OutputChangedMessage {
        changes: CellOutputChange[];
        type: "outputChanged";
    }
    Index

    Properties

    Properties

    changes: CellOutputChange[]
    type: "outputChanged"