Liking cljdoc? Tell your friends :D

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

Arguments for ProjectInfoRequest request.

Arguments for ProjectInfoRequest request.
raw docstring

filecljs

(file project-info-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

need-file-name-list?cljs

(need-file-name-list? project-info-request-args)

Indicate if the file name list of the project is needed

Returns: boolean

Indicate if the file name list of the project is needed

**Returns:** `boolean`
sourceraw docstring

project-file-namecljs

(project-file-name project-info-request-args)

Returns: string | undefined

**Returns:** `string | undefined`
sourceraw docstring

set-file!cljs

(set-file! project-info-request-args value)

The file for the request (absolute pathname required).

The file for the request (absolute pathname required).
sourceraw docstring

set-need-file-name-list!cljs

(set-need-file-name-list! project-info-request-args value)

Indicate if the file name list of the project is needed

Indicate if the file name list of the project is needed
sourceraw docstring

set-project-file-name!cljs

(set-project-file-name! project-info-request-args value)
source

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

× close