Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the signature of something callable. A signature can have a label, like a function-name, a doc-comment, and a set of parameters.

层级

  • SignatureInformation

索引

Constructors(1)

Properties(4)

Constructors(1)

constructor

Properties(4)

label

label: string

The label of this signature. Will be shown in the UI.

Optional documentation

documentation: string | MarkdownString

The human-readable doc-comment of this signature. Will be shown in the UI but can be omitted.

parameters

parameters: ParameterInformation[]

The parameters of this signature.

Optional activeParameter

activeParameter: number

The index of the active parameter.

If provided, this is used in place of SignatureHelp.activeSignature.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹