Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.file-location-request

A request whose arguments specify a file location (file, line, col).

A request whose arguments specify a file location (file, line, col).
raw docstring

argumentscljs

(arguments file-location-request)

Returns: FileLocationRequestArgs

**Returns:** `FileLocationRequestArgs`
sourceraw docstring

commandcljs

(command file-location-request)

The command to execute

Returns: string

The command to execute

**Returns:** `string`
sourceraw docstring

seqcljs

(seq file-location-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! file-location-request value)
source

set-command!cljs

(set-command! file-location-request value)

The command to execute

The command to execute
sourceraw docstring

set-seq!cljs

(set-seq! file-location-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! file-location-request value)
source

typecljs

(type file-location-request)

Returns: "request"

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

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

× close