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

    Properties

    append?: boolean
    deleteCount?: number
    editType: Output
    index: number
    outputs: CellOutput[]