Class NotebookCellEditorService

Implements

  • ActiveMonacoEditorContribution

Constructors

Properties

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

Accessors

Methods