Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeybindingItem

Representation of a keybinding item for the view.

Hierarchy

  • KeybindingItem

Index

Properties

command

command: Command

Optional keybinding

keybinding: ScopedKeybinding

labels

labels: { command: string; context: string; id: string; keybinding: string; source: string }

human-readable labels can contain highlighting

Type declaration

  • command: string
  • context: string
  • id: string
  • keybinding: string
  • source: string