Theia API Documentation v1.65.0
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    _ready: Deferred<void> = ...
    _toolbarItems: undefined | DeflatedToolbarTree
    defaultsFactory: () => DeflatedToolbarTree
    editorManager: EditorManager
    fileService: FileService
    lateInjector: <T>(id: ServiceIdentifier<T>) => T
    messageService: MessageService
    model: undefined | MonacoEditorModel
    monacoWorkspace: MonacoWorkspace

    Injecting this directly causes a circular dependency, so we're using a custom utility to inject this after the application has started up

    onToolbarItemsChanged: Event<void> = ...
    textModelService: MonacoTextModelService
    toDispose: DisposableCollection = ...
    toolbarItemsUpdatedEmitter: Emitter<void> = ...
    USER_TOOLBAR_URI: URI

    Accessors

    Methods