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

    Properties

    append?: boolean
    cellHandle: number
    editType: Output
    outputs: CellOutput[]