Theia API Documentation v1.65.0
    Preparing search index...
    interface CellsChangedMessage {
        changes: (CellsMoved | CellsSpliced)[];
        type: "cellsChanged";
    }
    Index

    Properties

    Properties

    changes: (CellsMoved | CellsSpliced)[]
    type: "cellsChanged"