Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.encoded-semantic-classifications-request-args

Arguments for EncodedSemanticClassificationsRequest request.

Arguments for EncodedSemanticClassificationsRequest request.
raw docstring

filecljs

(file encoded-semantic-classifications-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

formatcljs

(format encoded-semantic-classifications-request-args)

Optional parameter for the semantic highlighting response, if absent it defaults to "original".

Returns: "original" | "2020" | undefined

Optional parameter for the semantic highlighting response, if absent it
defaults to "original".

**Returns:** `"original" | "2020" | undefined`
sourceraw docstring

lengthcljs

(length encoded-semantic-classifications-request-args)

Length of the span.

Returns: number

Length of the span.

**Returns:** `number`
sourceraw docstring

project-file-namecljs

(project-file-name encoded-semantic-classifications-request-args)

Returns: string | undefined

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

set-file!cljs

(set-file! encoded-semantic-classifications-request-args value)

The file for the request (absolute pathname required).

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

set-format!cljs

(set-format! encoded-semantic-classifications-request-args value)

Optional parameter for the semantic highlighting response, if absent it defaults to "original".

Optional parameter for the semantic highlighting response, if absent it
defaults to "original".
sourceraw docstring

set-length!cljs

(set-length! encoded-semantic-classifications-request-args value)

Length of the span.

Length of the span.
sourceraw docstring

set-project-file-name!cljs

(set-project-file-name! encoded-semantic-classifications-request-args value)
source

set-start!cljs

(set-start! encoded-semantic-classifications-request-args value)

Start position of the span.

Start position of the span.
sourceraw docstring

startcljs

(start encoded-semantic-classifications-request-args)

Start position of the span.

Returns: number

Start position of the span.

**Returns:** `number`
sourceraw docstring

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

× close