Interface CellExecuteOutputEditDto

interface CellExecuteOutputEditDto {
    append?: boolean;
    cellHandle: number;
    editType: Output;
    outputs: NotebookOutputDto[];
}

Properties

append?: boolean
cellHandle: number
editType: Output