Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.brace-completion-request-args

Argument for BraceCompletionRequest request.

Argument for BraceCompletionRequest request.
raw docstring

filecljs

(file brace-completion-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 brace-completion-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 brace-completion-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

opening-bracecljs

(opening-brace brace-completion-request-args)

Kind of opening brace

Returns: string

Kind of opening brace

**Returns:** `string`
sourceraw docstring

project-file-namecljs

(project-file-name brace-completion-request-args)

Returns: string | undefined

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

set-file!cljs

(set-file! brace-completion-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! brace-completion-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! brace-completion-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-opening-brace!cljs

(set-opening-brace! brace-completion-request-args value)

Kind of opening brace

Kind of opening brace
sourceraw docstring

set-project-file-name!cljs

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

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

× close