Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GettingStartedContribution

Hierarchy

Implements

  • FrontendApplicationContribution

Index

Constructors

constructor

Properties

Protected Readonly options

options: ViewContributionOptions

Protected Readonly quickView

quickView: QuickViewService

Protected Readonly shell

shell: ApplicationShell

Protected Readonly stateService

stateService: FrontendApplicationStateService

Optional Readonly toggleCommand

toggleCommand: Command

Protected Readonly widgetManager

widgetManager: WidgetManager

Protected Readonly workspaceService

workspaceService: WorkspaceService

Accessors

defaultViewOptions

  • get defaultViewOptions(): WidgetOptions
  • Returns WidgetOptions

viewId

  • get viewId(): string
  • Returns string

viewLabel

  • get viewLabel(): string
  • Returns string

widget

  • get widget(): Promise<T>
  • Returns Promise<T>

Methods

closeView

  • Returns Promise<undefined | GettingStartedWidget>

onStart

  • onStart(app: FrontendApplication): Promise<void>

openView

  • Parameters

    • Optional args: Partial<OpenViewArguments>

    Returns Promise<GettingStartedWidget>

registerCommands

  • registerCommands(registry: CommandRegistry): void

registerKeybindings

  • registerKeybindings(keybindings: KeybindingRegistry): void
  • Parameters

    • keybindings: KeybindingRegistry

    Returns void

registerMenus

  • registerMenus(menus: MenuModelRegistry): void

toggleView

  • Returns Promise<GettingStartedWidget>

tryGetWidget

  • Returns undefined | GettingStartedWidget