Theia API Documentation v1.65.0
    Preparing search index...
    NotebookRawContentEventDto:
        | {
            changes: NotebookCellTextModelSplice<NotebookCellDto>[];
            kind: ModelChange;
        }
        | { index: number; kind: Move; length: number; newIdx: number }
        | { index: number; kind: Output; outputs: NotebookOutputDto[] }
        | {
            append: boolean;
            index: number;
            kind: OutputItem;
            outputId: string;
            outputItems: NotebookOutputItemDto[];
        }
        | { kind: ChangeDocumentMetadata; metadata: NotebookDocumentMetadata }
        | NotebookCellsChangeLanguageEvent
        | NotebookCellsChangeMetadataEvent
        | NotebookCellsChangeInternalMetadataEvent
        | NotebookCellContentChangeEvent

    Type Declaration