Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookOutputItemChangedEvent {
        append: boolean;
        index: number;
        kind: OutputItem;
        outputId: string;
        outputItems: CellOutputItem[];
    }
    Index

    Properties

    append: boolean
    index: number
    outputId: string
    outputItems: CellOutputItem[]