Properties
Protected Readonly USER_TOOLBAR_URI
USER_TOOLBAR_URI: URI
Protected Readonly _ready
_ready: Deferred<void> = ...
Protected Readonly appState
appState: FrontendApplicationStateService
Protected editorManager
editorManager: EditorManager
Protected Readonly fileService
fileService: FileService
Protected lateInjector
lateInjector: (<T>(id: ServiceIdentifier<T>) => T)
Type declaration
- <T>(id: ServiceIdentifier<T>): T
Type Parameters
Parameters
Returns T
Protected Readonly messageService
messageService: MessageService
Protected model
model: undefined | MonacoEditorModel
Protected monacoWorkspace
monacoWorkspace: MonacoWorkspace
Readonly onToolbarItemsChanged
onToolbarItemsChanged: Event<void> = ...
Protected Readonly textModelService
textModelService: MonacoTextModelService
Protected toDispose
toDispose: DisposableCollection = ...
Protected toolbarItemsUpdatedEmitter
toolbarItemsUpdatedEmitter: Emitter<void> = ...