Interface NotebookDocumentsAndEditorsExt

interface NotebookDocumentsAndEditorsExt {
    $acceptActiveCellEditorChange(newActiveEditor): void;
    $acceptDocumentsAndEditorsDelta(delta): Promise<void>;
}

Hierarchy (view full)

Methods