Liking cljdoc? Tell your friends :D

dots.typescript.signature-help-character-typed-reason

Signals that the signature help request came from a user typing a character. Depending on the character and the syntactic context, the request may or may not be served a result.

Signals that the signature help request came from a user typing a character.
Depending on the character and the syntactic context, the request may or may not be served a result.
raw docstring

kindcljs

(kind signature-help-character-typed-reason)

Returns: "characterTyped"

**Returns:** `"characterTyped"`
sourceraw docstring

set-kind!cljs

(set-kind! signature-help-character-typed-reason value)
source

set-trigger-character!cljs

(set-trigger-character! signature-help-character-typed-reason value)

Character that was responsible for triggering signature help.

Character that was responsible for triggering signature help.
sourceraw docstring

trigger-charactercljs

(trigger-character signature-help-character-typed-reason)

Character that was responsible for triggering signature help.

Returns: SignatureHelpTriggerCharacter

Character that was responsible for triggering signature help.

**Returns:** `SignatureHelpTriggerCharacter`
sourceraw docstring

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

× close