Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.open-request

Open request; value of command field is "open". Notify the server that the client has file open. The server will not monitor the filesystem for changes in this file and will assume that the client is updating the server (using the change and/or reload messages) when the file changes. Server does not currently send a response to an open request.

Open request; value of command field is "open". Notify the
server that the client has file open.  The server will not
monitor the filesystem for changes in this file and will assume
that the client is updating the server (using the change and/or
reload messages) when the file changes. Server does not currently
send a response to an open request.
raw docstring

argumentscljs

(arguments open-request)

Returns: OpenRequestArgs

**Returns:** `OpenRequestArgs`
sourceraw docstring

commandcljs

(command open-request)

Returns: CommandTypes.Open

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

seqcljs

(seq open-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! open-request value)
source

set-command!cljs

(set-command! open-request value)
source

set-seq!cljs

(set-seq! open-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! open-request value)
source

typecljs

(type open-request)

Returns: "request"

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

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

× close