Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.project-info-request

A request to get the project information of the current file.

A request to get the project information of the current file.
raw docstring

argumentscljs

(arguments project-info-request)

Returns: ProjectInfoRequestArgs

**Returns:** `ProjectInfoRequestArgs`
sourceraw docstring

commandcljs

(command project-info-request)

Returns: CommandTypes.ProjectInfo

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

seqcljs

(seq project-info-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! project-info-request value)
source

set-command!cljs

(set-command! project-info-request value)
source

set-seq!cljs

(set-seq! project-info-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! project-info-request value)
source

typecljs

(type project-info-request)

Returns: "request"

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

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

× close