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

    Representation of a tabbar toolbar contribution.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    breakpointManager: BreakpointManager
    editorManager: EditorManager
    firstSessionStart: boolean = true
    labelProvider: LabelProvider
    messageService: MessageService
    preference: DebugPreferences
    quickView: QuickViewService
    schemaUpdater: DebugSchemaUpdater
    toggleCommand?: Command
    watchManager: DebugWatchManager
    widgetManager: WidgetManager

    Accessors

    • get viewId(): string

      Returns string

    • get viewLabel(): string

      Returns string

    • get widget(): Promise<T>

      Returns Promise<T>

    Methods