Theia API Documentation v1.65.0
    Preparing search index...
    interface CellOutputEditByHandle {
        append?: boolean;
        deleteCount?: number;
        editType: Output;
        handle: number;
        outputs: CellOutput[];
    }
    Index

    Properties

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