Liking cljdoc? Tell your friends :D

dots.vscode.signature-help

Signature help represents the signature of something callable. There can be multiple signatures but only one active and only one active parameter.

Signature help represents the signature of something
callable. There can be multiple signatures but only one
active and only one active parameter.
raw docstring

active-parametercljs

(active-parameter signature-help)

The active parameter of the active signature.

Returns: number

The active parameter of the active signature.

**Returns:** `number`
sourceraw docstring

active-signaturecljs

(active-signature signature-help)

The active signature.

Returns: number

The active signature.

**Returns:** `number`
sourceraw docstring

set-active-parameter!cljs

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

The active parameter of the active signature.

The active parameter of the active signature.
sourceraw docstring

set-active-signature!cljs

(set-active-signature! signature-help value)

The active signature.

The active signature.
sourceraw docstring

set-signatures!cljs

(set-signatures! signature-help value)

One or more signatures.

One or more signatures.
sourceraw docstring

signaturescljs

(signatures signature-help)

One or more signatures.

Returns: SignatureInformation[]

One or more signatures.

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

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

× close