Liking cljdoc? Tell your friends :D

dots.typescript.signature-help-item

Represents a single signature to show in signature help. The id is used for subsequent calls into the language service to ask questions about the signature help item in the context of any documents that have been updated. i.e. after an edit has happened, while signature help is still active, the host can ask important questions like 'what parameter is the user currently contained within?'.

Represents a single signature to show in signature help.
The id is used for subsequent calls into the language service to ask questions about the
signature help item in the context of any documents that have been updated.  i.e. after
an edit has happened, while signature help is still active, the host can ask important
questions like 'what parameter is the user currently contained within?'.
raw docstring

documentationcljs

(documentation signature-help-item)

Returns: SymbolDisplayPart[]

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

parameterscljs

(parameters signature-help-item)

Returns: SignatureHelpParameter[]

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

prefix-display-partscljs

(prefix-display-parts signature-help-item)

Returns: SymbolDisplayPart[]

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

separator-display-partscljs

(separator-display-parts signature-help-item)

Returns: SymbolDisplayPart[]

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

set-documentation!cljs

(set-documentation! signature-help-item value)
source

set-is-variadic!cljs

(set-is-variadic! signature-help-item value)
source

set-parameters!cljs

(set-parameters! signature-help-item value)
source

set-prefix-display-parts!cljs

(set-prefix-display-parts! signature-help-item value)
source

set-separator-display-parts!cljs

(set-separator-display-parts! signature-help-item value)
source

set-suffix-display-parts!cljs

(set-suffix-display-parts! signature-help-item value)
source

set-tags!cljs

(set-tags! signature-help-item value)
source

suffix-display-partscljs

(suffix-display-parts signature-help-item)

Returns: SymbolDisplayPart[]

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

tagscljs

(tags signature-help-item)

Returns: JSDocTagInfo[]

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

variadic?cljs

(variadic? signature-help-item)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

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

× close