Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabBarToolbarRegistry

Main, shared registry for tab-bar toolbar items.

Hierarchy

  • TabBarToolbarRegistry

Implements

Index

Constructors

Properties

commandRegistry: CommandRegistry
contextKeyService: ContextKeyService
fireOnDidChange: DebouncedFunc<(() => any)> = ...
items: Map<string, TabBarToolbarItem | ReactTabBarToolbarItem> = ...
menuDelegates: Map<string, MenuDelegate> = ...
menuRegistry: MenuModelRegistry
onDidChange: Event<void> = ...
onDidChangeEmitter: Emitter<void> = ...

Methods

  • onStart(): void
  • registerMenuDelegate(menuPath: MenuPath, when?: string | ((widget: Widget) => boolean)): Disposable
  • unregisterMenuDelegate(menuPath: MenuPath): void