Theia API Documentation v1.65.0
    Preparing search index...
    interface CellOutputItemEdit {
        append?: boolean;
        editType: OutputItems;
        items: CellOutputItem[];
        outputId: string;
    }
    Index

    Properties

    append?: boolean
    editType: OutputItems
    outputId: string