Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.code-fix-request-args

Instances of this interface specify errorcodes on a specific location in a sourcefile.

Instances of this interface specify errorcodes on a specific location in a sourcefile.
raw docstring

end-linecljs

(end-line code-fix-request-args)

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

Returns: number

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

**Returns:** `number`
sourceraw docstring

end-offsetcljs

(end-offset code-fix-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

error-codescljs

(error-codes code-fix-request-args)

Errorcodes we want to get the fixes for.

Returns: readonly number[]

Errorcodes we want to get the fixes for.

**Returns:** `readonly number[]`
sourceraw docstring

filecljs

(file code-fix-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

project-file-namecljs

(project-file-name code-fix-request-args)

Returns: string | undefined

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

set-end-line!cljs

(set-end-line! code-fix-request-args value)

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

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

set-end-offset!cljs

(set-end-offset! code-fix-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-error-codes!cljs

(set-error-codes! code-fix-request-args value)

Errorcodes we want to get the fixes for.

Errorcodes we want to get the fixes for.
sourceraw docstring

set-file!cljs

(set-file! code-fix-request-args value)

The file for the request (absolute pathname required).

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

set-project-file-name!cljs

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

set-start-line!cljs

(set-start-line! code-fix-request-args value)

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

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

set-start-offset!cljs

(set-start-offset! code-fix-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

start-linecljs

(start-line code-fix-request-args)

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

Returns: number

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

**Returns:** `number`
sourceraw docstring

start-offsetcljs

(start-offset code-fix-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

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

× close