Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookDocumentsExt {
        $acceptDirtyStateChanged(
            uriComponents: UriComponents,
            isDirty: boolean,
        ): void;
        $acceptModelChanged(
            uriComponents: UriComponents,
            event: NotebookCellsChangedEventDto,
            isDirty: boolean,
            newMetadata?: NotebookDocumentMetadata,
        ): void;
        $acceptModelSaved(uriComponents: UriComponents): void;
    }

    Implemented by

    Index

    Methods