Interface CellOutputEdit

interface CellOutputEdit {
    append?: boolean;
    deleteCount?: number;
    editType: Output;
    index: number;
    outputs: CellOutput[];
}

Properties

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