ParameterInformation

constructor(label: String, documentation: String = definedExternally)(source)

Creates a new parameter information object.

Parameters

label

A label string or inclusive start and exclusive end offsets within its containing signature label.

documentation

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