ParameterInformation

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

Online Documentation

Constructors

Link copied to clipboard
constructor(label: JsAny, documentation: JsAny = definedExternally)

Creates a new parameter information object.

Properties

Link copied to clipboard

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

Link copied to clipboard

The label of this signature.