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: String, documentation: String = definedExternally)

Creates a new parameter information object.

constructor(label: Tuple2<JsInt, JsInt>, documentation: String = definedExternally)
constructor(label: String, documentation: MarkdownString)
constructor(label: Tuple2<JsInt, JsInt>, documentation: MarkdownString)

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.