Interface CellExecuteOutputItemEditDto

interface CellExecuteOutputItemEditDto {
    append?: boolean;
    editType: OutputItems;
    items: NotebookOutputItemDto[];
    outputId: string;
}

Properties

append?: boolean
editType: OutputItems
outputId: string