Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.reload-request

Reload request message; value of command field is "reload". Reload contents of file with name given by the 'file' argument from temporary file with name given by the 'tmpfile' argument. The two names can be identical.

Reload request message; value of command field is "reload".
Reload contents of file with name given by the 'file' argument
from temporary file with name given by the 'tmpfile' argument.
The two names can be identical.
raw docstring

argumentscljs

(arguments reload-request)

Returns: ReloadRequestArgs

**Returns:** `ReloadRequestArgs`
sourceraw docstring

commandcljs

(command reload-request)

Returns: CommandTypes.Reload

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

seqcljs

(seq reload-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! reload-request value)
source

set-command!cljs

(set-command! reload-request value)
source

set-seq!cljs

(set-seq! reload-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! reload-request value)
source

typecljs

(type reload-request)

Returns: "request"

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

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

× close