Class NotebookCellEditorService

Constructors

Properties

currentActiveCell?: SimpleMonacoEditor
currentCellEditors: Map<string, SimpleMonacoEditor> = ...
notebookEditorWidgetService: NotebookEditorWidgetService
onDidChangeCellEditors: Event<void> = ...
onDidChangeCellEditorsEmitter: Emitter<void> = ...
onDidChangeFocusedCellEditor: Event<undefined | SimpleMonacoEditor> = ...
onDidChangeFocusedCellEditorEmitter: Emitter<undefined | SimpleMonacoEditor> = ...

Accessors

Methods