Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.exit-request

Exit request; value of command field is "exit". Ask the server process to exit.

Exit request; value of command field is "exit".  Ask the server process
to exit.
raw docstring

argumentscljs

(arguments exit-request)

Object containing arguments for the command

Returns: any

Object containing arguments for the command

**Returns:** `any`
sourceraw docstring

commandcljs

(command exit-request)

Returns: CommandTypes.Exit

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

seqcljs

(seq exit-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! exit-request value)

Object containing arguments for the command

Object containing arguments for the command
sourceraw docstring

set-command!cljs

(set-command! exit-request value)
source

set-seq!cljs

(set-seq! exit-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! exit-request value)
source

typecljs

(type exit-request)

Returns: "request"

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

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

× close