Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.signature-help-parameter

Signature help information for a single parameter

Signature help information for a single parameter
raw docstring

display-partscljs

(display-parts signature-help-parameter)

Display parts of the parameter.

Returns: SymbolDisplayPart[]

Display parts of the parameter.

**Returns:** `SymbolDisplayPart[]`
sourceraw docstring

documentationcljs

(documentation signature-help-parameter)

Documentation of the parameter.

Returns: SymbolDisplayPart[]

Documentation of the parameter.

**Returns:** `SymbolDisplayPart[]`
sourceraw docstring

namecljs

(name signature-help-parameter)

The parameter's name

Returns: string

The parameter's name

**Returns:** `string`
sourceraw docstring

optional?cljs

(optional? signature-help-parameter)

Whether the parameter is optional or not.

Returns: boolean

Whether the parameter is optional or not.

**Returns:** `boolean`
sourceraw docstring

set-display-parts!cljs

(set-display-parts! signature-help-parameter value)

Display parts of the parameter.

Display parts of the parameter.
sourceraw docstring

set-documentation!cljs

(set-documentation! signature-help-parameter value)

Documentation of the parameter.

Documentation of the parameter.
sourceraw docstring

set-is-optional!cljs

(set-is-optional! signature-help-parameter value)

Whether the parameter is optional or not.

Whether the parameter is optional or not.
sourceraw docstring

set-name!cljs

(set-name! signature-help-parameter value)

The parameter's name

The parameter's name
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close