Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.type-definition-request

Go to type request; value of command field is "typeDefinition". Return response giving the file locations that define the type for the symbol found in file at location line, col.

Go to type request; value of command field is
"typeDefinition". Return response giving the file locations that
define the type for the symbol found in file at location line, col.
raw docstring

argumentscljs

(arguments type-definition-request)

Returns: FileLocationRequestArgs

**Returns:** `FileLocationRequestArgs`
sourceraw docstring

commandcljs

(command type-definition-request)

Returns: CommandTypes.TypeDefinition

**Returns:** `CommandTypes.TypeDefinition`
sourceraw docstring

seqcljs

(seq type-definition-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! type-definition-request value)
source

set-command!cljs

(set-command! type-definition-request value)
source

set-seq!cljs

(set-seq! type-definition-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! type-definition-request value)
source

typecljs

(type type-definition-request)

Returns: "request"

**Returns:** `"request"`
sourceraw docstring

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

× close