Liking cljdoc? Tell your friends :D

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

Arguments for format messages.

Arguments for format messages.
raw docstring

end-linecljs

(end-line format-request-args)

Last line of range for which to format text in file.

Returns: number

Last line of range for which to format text in file.

**Returns:** `number`
sourceraw docstring

end-offsetcljs

(end-offset format-request-args)

Character offset on last line of range for which to format text in file.

Returns: number

Character offset on last line of range for which to format text in file.

**Returns:** `number`
sourceraw docstring

filecljs

(file format-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

linecljs

(line format-request-args)

The line number for the request (1-based).

Returns: number

The line number for the request (1-based).

**Returns:** `number`
sourceraw docstring

offsetcljs

(offset format-request-args)

The character offset (on the line) for the request (1-based).

Returns: number

The character offset (on the line) for the request (1-based).

**Returns:** `number`
sourceraw docstring

optionscljs

(options format-request-args)

Format options to be used.

Returns: FormatCodeSettings | undefined

Format options to be used.

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

project-file-namecljs

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

Returns: string | undefined

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

set-end-line!cljs

(set-end-line! format-request-args value)

Last line of range for which to format text in file.

Last line of range for which to format text in file.
sourceraw docstring

set-end-offset!cljs

(set-end-offset! format-request-args value)

Character offset on last line of range for which to format text in file.

Character offset on last line of range for which to format text in file.
sourceraw docstring

set-file!cljs

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

The file for the request (absolute pathname required).

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

set-line!cljs

(set-line! format-request-args value)

The line number for the request (1-based).

The line number for the request (1-based).
sourceraw docstring

set-offset!cljs

(set-offset! format-request-args value)

The character offset (on the line) for the request (1-based).

The character offset (on the line) for the request (1-based).
sourceraw docstring

set-options!cljs

(set-options! format-request-args value)

Format options to be used.

Format options to be used.
sourceraw docstring

set-project-file-name!cljs

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

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

× close