Liking cljdoc? Tell your friends :D

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

Arguments for IndentationRequest request.

Arguments for IndentationRequest request.
raw docstring

filecljs

(file indentation-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

linecljs

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

optionscljs

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

project-file-namecljs

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

Returns: string | undefined

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

set-file!cljs

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

The file for the request (absolute pathname required).

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

set-line!cljs

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

set-options!cljs

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

set-project-file-name!cljs

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

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

× close