Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeymapsFrontendContribution

Hierarchy

Implements

  • CommandContribution
  • MenuContribution
  • TabBarToolbarContribution

Index

Constructors

Properties

Methods

  • registerCommands(commands: CommandRegistry): void
  • registerKeybindings(keybindings: KeybindingRegistry): void
  • registerMenus(menus: MenuModelRegistry): void
  • registerToolbarItems(toolbar: TabBarToolbarRegistry): Promise<void>
  • withWidget<T>(widget?: undefined | Widget, fn: ((widget: KeybindingWidget) => T)): false | T