Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookDocumentsAndEditorsDelta {
        addedDocuments?: NotebookModelAddedData[];
        addedEditors?: NotebookEditorAddData[];
        newActiveEditor?: null | string;
        removedDocuments?: UriComponents[];
        removedEditors?: string[];
        visibleEditors?: string[];
    }
    Index

    Properties

    addedDocuments?: NotebookModelAddedData[]
    addedEditors?: NotebookEditorAddData[]
    newActiveEditor?: null | string
    removedDocuments?: UriComponents[]
    removedEditors?: string[]
    visibleEditors?: string[]