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