Options
All
  • Public
  • Public/Protected
  • All
Menu

表示对一个命令的引用。提供一个标题,该标题用于该命令在 UI 中显示。 可选的,还可以提供一个参数数组,该数组将在命令处理函数被调用时作为参数传入。

Represents a reference to a command. Provides a title which will be used to represent a command in the UI and, optionally, an array of arguments which will be passed to the command handler function when invoked.

maintainer

@youngjuning

层级

  • Command

索引

Properties(4)

Properties(4)

title

title: string

命令的标题,比如 save

Title of the command, like save.

command

command: string

实际命令处理程序的标识符。

The identifier of the actual command handler.

see

commands.registerCommand

Optional tooltip

tooltip: string

命令的提示信息,当命令显示在 UI 中时,会显示在提示信息中。

A tooltip for the command, when represented in the UI.

Optional arguments

arguments: any[]

命令处理程序被调用时,会把这些参数传入。

Arguments that the command handler should be invoked with.

VS Code 插件开发中文文档 | VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc