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

    An abstract superclass for frontend contributions that add a view to the application shell.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    contextKeyService: ContextKeyService
    editorAccess: EditorAccess
    editorHasTypeHierarchyProvider: ContextKey<boolean>
    editorManager: EditorManager
    quickView: QuickViewService
    toggleCommand?: Command
    typeHierarchyServiceProvider: TypeHierarchyServiceProvider
    widgetManager: WidgetManager

    Accessors

    • get viewId(): string

      Returns string

    • get viewLabel(): string

      Returns string

    • get widget(): Promise<T>

      Returns Promise<T>

    Methods