Theia API Documentation v1.65.0
    Preparing search index...
    interface CellExecuteOutputEditDto {
        append?: boolean;
        cellHandle: number;
        editType: Output;
        outputs: NotebookOutputDto[];
    }
    Index

    Properties

    append?: boolean
    cellHandle: number
    editType: Output