Interface NotebookDocumentsExt

interface NotebookDocumentsExt {
    $acceptDirtyStateChanged(uriComponents, isDirty): void;
    $acceptModelChanged(uriComponents, event, isDirty, newMetadata?): void;
    $acceptModelSaved(uriComponents): void;
}

Implemented by

Methods