Interface CellExecuteOutputItemEdit

interface CellExecuteOutputItemEdit {
    append?: boolean;
    editType: OutputItems;
    items: CellOutputItem[];
    outputId: string;
}

Properties

append?: boolean
editType: OutputItems
outputId: string