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.
(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 }.
(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.
(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.
(parameters signature-information)
The parameters of this signature.
The parameters of this signature.
(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 }.
(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.
(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.
(set-parameters! signature-information value)
The parameters of this signature.
The parameters of this signature.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close