Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.request

Client-initiated request message

Client-initiated request message
raw docstring

argumentscljs

(arguments request)

Object containing arguments for the command

Returns: any

Object containing arguments for the command

**Returns:** `any`
sourceraw docstring

commandcljs

(command request)

The command to execute

Returns: string

The command to execute

**Returns:** `string`
sourceraw docstring

seqcljs

(seq request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! request value)

Object containing arguments for the command

Object containing arguments for the command
sourceraw docstring

set-command!cljs

(set-command! request value)

The command to execute

The command to execute
sourceraw docstring

set-seq!cljs

(set-seq! request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! request value)
source

typecljs

(type request)

Returns: "request"

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

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

× close