Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractViewContribution<T> Abstract

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

Type Parameters

  • T extends Widget

Hierarchy

  • AbstractViewContribution

Implements

Index

Constructors

Properties

quickView: QuickViewService
toggleCommand?: Command
widgetManager: WidgetManager

Accessors

  • get viewId(): string
  • get viewLabel(): string
  • get widget(): Promise<T>

Methods

  • closeView(): Promise<undefined | T>
  • toggleView(): Promise<T>
  • tryGetWidget(): undefined | T