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
var documentation: ERROR CLASS: Symbol not found for JsAny??

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

Link copied to clipboard
var label: ERROR CLASS: Symbol not found for JsAny

The label of this signature.