Interface NotebookEditorsExt

interface NotebookEditorsExt {
    $acceptEditorPropertiesChanged(id, data): void;
    $acceptEditorViewColumns(data): void;
}

Implemented by

Methods