Liking cljdoc? Tell your friends :D

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

Argument for RenameRequest request.

Argument for RenameRequest request.
raw docstring

filecljs

(file rename-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

find-in-comments?cljs

(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`
sourceraw docstring

find-in-strings?cljs

(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`
sourceraw docstring

linecljs

(line rename-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 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`
sourceraw docstring

project-file-namecljs

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

Returns: string | undefined

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

set-file!cljs

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

The file for the request (absolute pathname required).

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

set-find-in-comments!cljs

(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?
sourceraw docstring

set-find-in-strings!cljs

(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?
sourceraw docstring

set-line!cljs

(set-line! rename-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! 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).
sourceraw docstring

set-project-file-name!cljs

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

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

× close