Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.saveto-request-args

Arguments for saveto request.

Arguments for saveto request.
raw docstring

filecljs

(file saveto-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

project-file-namecljs

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

Returns: string | undefined

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

set-file!cljs

(set-file! saveto-request-args value)

The file for the request (absolute pathname required).

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

set-project-file-name!cljs

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

set-tmpfile!cljs

(set-tmpfile! saveto-request-args value)

Name of temporary file into which to save server's view of file contents.

Name of temporary file into which to save server's view of
file contents.
sourceraw docstring

tmpfilecljs

(tmpfile saveto-request-args)

Name of temporary file into which to save server's view of file contents.

Returns: string

Name of temporary file into which to save server's view of
file contents.

**Returns:** `string`
sourceraw docstring

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

× close