Interface CellExecuteOutputEdit

interface CellExecuteOutputEdit {
    append?: boolean;
    cellHandle: number;
    editType: Output;
    outputs: CellOutput[];
}

Properties

append?: boolean
cellHandle: number
editType: Output
outputs: CellOutput[]