Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.rename-request

Rename request; value of command field is "rename". Return response giving the file locations that reference the symbol found in file at location line, col. Also return full display name of the symbol so that client can print it unambiguously.

Rename request; value of command field is "rename". Return
response giving the file locations that reference the symbol
found in file at location line, col. Also return full display
name of the symbol so that client can print it unambiguously.
raw docstring

argumentscljs

(arguments rename-request)

Returns: RenameRequestArgs

**Returns:** `RenameRequestArgs`
sourceraw docstring

commandcljs

(command rename-request)

Returns: CommandTypes.Rename

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

seqcljs

(seq rename-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! rename-request value)
source

set-command!cljs

(set-command! rename-request value)
source

set-seq!cljs

(set-seq! rename-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! rename-request value)
source

typecljs

(type rename-request)

Returns: "request"

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

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

× close