Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.span-of-enclosing-comment-request

A request to determine if the caret is inside a comment.

A request to determine if the caret is inside a comment.
raw docstring

argumentscljs

(arguments span-of-enclosing-comment-request)

Returns: SpanOfEnclosingCommentRequestArgs

**Returns:** `SpanOfEnclosingCommentRequestArgs`
sourceraw docstring

commandcljs

(command span-of-enclosing-comment-request)

Returns: CommandTypes.GetSpanOfEnclosingComment

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

seqcljs

(seq span-of-enclosing-comment-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! span-of-enclosing-comment-request value)
source

set-command!cljs

(set-command! span-of-enclosing-comment-request value)
source

set-seq!cljs

(set-seq! span-of-enclosing-comment-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! span-of-enclosing-comment-request value)
source

typecljs

(type span-of-enclosing-comment-request)

Returns: "request"

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

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

× close