Theia API Documentation v1.65.0
    Preparing search index...
    interface CellReplaceEdit {
        cells: CellData[];
        count: number;
        editType: Replace;
        index: number;
    }
    Index

    Properties

    cells: CellData[]
    count: number
    editType: Replace
    index: number