Keybinding: {
    command: string;
    keys: string | null;
    type: "workbench" | "editor" | "application";
}

Type declaration

  • command: string
  • keys: string | null
  • type: "workbench" | "editor" | "application"

Generated using TypeDoc