Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SignatureInformation

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

Hierarchy

  • SignatureInformation

Index

Constructors

Properties

Constructors

constructor

Properties

Optional documentation

documentation: string | MarkdownString

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

label

label: string

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

parameters

parameters: ParameterInformation[]

The parameters of this signature.