Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.close-request

Close request; value of command field is "close". Notify the server that the client has closed a previously open file. If file is still referenced by open files, the server will resume monitoring the filesystem for changes to file. Server does not currently send a response to a close request.

Close request; value of command field is "close". Notify the
server that the client has closed a previously open file.  If
file is still referenced by open files, the server will resume
monitoring the filesystem for changes to file.  Server does not
currently send a response to a close request.
raw docstring

argumentscljs

(arguments close-request)

Returns: FileRequestArgs

**Returns:** `FileRequestArgs`
sourceraw docstring

commandcljs

(command close-request)

Returns: CommandTypes.Close

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

seqcljs

(seq close-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! close-request value)
source

set-command!cljs

(set-command! close-request value)
source

set-seq!cljs

(set-seq! close-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! close-request value)
source

typecljs

(type close-request)

Returns: "request"

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

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

× close