Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParameterInformation

Represents a parameter of a callable-signature. A parameter can have a label and a doc-comment.

Hierarchy

  • ParameterInformation

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.