Liking cljdoc? Tell your friends :D

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

Signature help items found in the response of a signature help request.

Signature help items found in the response of a signature help request.
raw docstring

applicable-spancljs

(applicable-span signature-help-items)

The span for which signature help should appear on a signature

Returns: TextSpan

The span for which signature help should appear on a signature

**Returns:** `TextSpan`
sourceraw docstring

argument-countcljs

(argument-count signature-help-items)

The argument count

Returns: number

The argument count

**Returns:** `number`
sourceraw docstring

argument-indexcljs

(argument-index signature-help-items)

The argument selected in the set of parameters.

Returns: number

The argument selected in the set of parameters.

**Returns:** `number`
sourceraw docstring

itemscljs

(items signature-help-items)

The signature help items.

Returns: SignatureHelpItem[]

The signature help items.

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

selected-item-indexcljs

(selected-item-index signature-help-items)

The item selected in the set of available help items.

Returns: number

The item selected in the set of available help items.

**Returns:** `number`
sourceraw docstring

set-applicable-span!cljs

(set-applicable-span! signature-help-items value)

The span for which signature help should appear on a signature

The span for which signature help should appear on a signature
sourceraw docstring

set-argument-count!cljs

(set-argument-count! signature-help-items value)

The argument count

The argument count
sourceraw docstring

set-argument-index!cljs

(set-argument-index! signature-help-items value)

The argument selected in the set of parameters.

The argument selected in the set of parameters.
sourceraw docstring

set-items!cljs

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

The signature help items.

The signature help items.
sourceraw docstring

set-selected-item-index!cljs

(set-selected-item-index! signature-help-items value)

The item selected in the set of available help items.

The item selected in the set of available help items.
sourceraw docstring

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

× close