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

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activationService: AIActivationService
    commandHandlerFactory: AICommandHandlerFactory
    preferenceService: PreferenceService
    quickView: QuickViewService
    toggleCommand?: Command
    widgetManager: WidgetManager

    Accessors

    • get effectiveWidgetId(): string

      The widget ID used for shell operations — viewContainerId if set, otherwise widgetId.

      Returns string

    • get viewId(): string

      Returns string

    • get viewLabel(): string

      Returns string

    • get widget(): Promise<T>

      Returns Promise<T>

    Methods

    • Returns void