Arguments for format messages.
Arguments for format messages.
(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`
(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`
(file format-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(line format-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(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`
(options format-request-args)
Format options to be used.
Returns: FormatCodeSettings | undefined
Format options to be used. **Returns:** `FormatCodeSettings | undefined`
(project-file-name format-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(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.
(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.
(set-file! format-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-line! format-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(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).
(set-options! format-request-args value)
Format options to be used.
Format options to be used.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close