Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.document-highlights-request

Get document highlights request; value of command field is "documentHighlights". Return response giving spans that are relevant in the file at a given line and column.

Get document highlights request; value of command field is
"documentHighlights". Return response giving spans that are relevant
in the file at a given line and column.
raw docstring

argumentscljs

(arguments document-highlights-request)

Returns: DocumentHighlightsRequestArgs

**Returns:** `DocumentHighlightsRequestArgs`
sourceraw docstring

commandcljs

(command document-highlights-request)

Returns: CommandTypes.DocumentHighlights

**Returns:** `CommandTypes.DocumentHighlights`
sourceraw docstring

seqcljs

(seq document-highlights-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! document-highlights-request value)
source

set-command!cljs

(set-command! document-highlights-request value)
source

set-seq!cljs

(set-seq! document-highlights-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! document-highlights-request value)
source

typecljs

(type document-highlights-request)

Returns: "request"

**Returns:** `"request"`
sourceraw docstring

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

× close