Interface CellOutputEditByHandle

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

Properties

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