Arguments for IndentationRequest request.
Arguments for IndentationRequest request.
(file indentation-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(line indentation-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(offset indentation-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 indentation-request-args)
An optional set of settings to be used when computing indentation. If argument is omitted - then it will use settings for file that were previously set via 'configure' request or global settings.
Returns: EditorSettings | undefined
An optional set of settings to be used when computing indentation. If argument is omitted - then it will use settings for file that were previously set via 'configure' request or global settings. **Returns:** `EditorSettings | undefined`
(project-file-name indentation-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-file! indentation-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-line! indentation-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-offset! indentation-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! indentation-request-args value)
An optional set of settings to be used when computing indentation. If argument is omitted - then it will use settings for file that were previously set via 'configure' request or global settings.
An optional set of settings to be used when computing indentation. If argument is omitted - then it will use settings for file that were previously set via 'configure' request or global settings.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close