Liking cljdoc? Tell your friends :D

dots.vscode.signature-information

Represents the signature of something callable. A signature can have a label, like a function-name, a doc-comment, and a set of parameters.

Represents the signature of something callable. A signature
can have a label, like a function-name, a doc-comment, and
a set of parameters.
raw docstring

active-parametercljs

(active-parameter signature-information)

The index of the active parameter.

If provided, this is used in place of {@linkcode SignatureHelp.activeParameter }.

The index of the active parameter.

If provided, this is used in place of {@linkcode SignatureHelp.activeParameter }.
sourceraw docstring

documentationcljs

(documentation signature-information)

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

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

labelcljs

(label signature-information)

The label of this signature. Will be shown in the UI.

The label of this signature. Will be shown in
the UI.
sourceraw docstring

parameterscljs

(parameters signature-information)

The parameters of this signature.

The parameters of this signature.
sourceraw docstring

set-active-parameter!cljs

(set-active-parameter! signature-information value)

The index of the active parameter.

If provided, this is used in place of {@linkcode SignatureHelp.activeParameter }.

The index of the active parameter.

If provided, this is used in place of {@linkcode SignatureHelp.activeParameter }.
sourceraw docstring

set-documentation!cljs

(set-documentation! signature-information value)

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

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

set-label!cljs

(set-label! signature-information value)

The label of this signature. Will be shown in the UI.

The label of this signature. Will be shown in
the UI.
sourceraw docstring

set-parameters!cljs

(set-parameters! signature-information value)

The parameters of this signature.

The parameters of this signature.
sourceraw docstring

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

× close