Argument for RenameRequest request.
Argument for RenameRequest request.
(file rename-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(find-in-comments? rename-request-args)
Should text at specified location be found/changed in comments?
Returns: boolean | undefined
Should text at specified location be found/changed in comments? **Returns:** `boolean | undefined`
(find-in-strings? rename-request-args)
Should text at specified location be found/changed in strings?
Returns: boolean | undefined
Should text at specified location be found/changed in strings? **Returns:** `boolean | undefined`
(line rename-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(offset rename-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`
(project-file-name rename-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-file! rename-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-find-in-comments! rename-request-args value)
Should text at specified location be found/changed in comments?
Should text at specified location be found/changed in comments?
(set-find-in-strings! rename-request-args value)
Should text at specified location be found/changed in strings?
Should text at specified location be found/changed in strings?
(set-line! rename-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-offset! rename-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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close