Class TabBarToolbarRegistry

Main, shared registry for tab-bar toolbar items.

Implements

Constructors

Properties

commandRegistry: CommandRegistry
contextKeyService: ContextKeyService
fireOnDidChange: DebouncedFunc<(() => any)> = ...

Type declaration

    • (): any
    • Returns any

items: Map<string, TabBarToolbarItem> = ...
menuDelegates: Map<string, MenuDelegate> = ...
menuRegistry: MenuModelRegistry
onDidChange: Event<void> = ...
onDidChangeEmitter: Emitter<void> = ...

Methods