Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.highlight-span

Span augmented with extra information that denotes the kind of the highlighting to be used for span.

Span augmented with extra information that denotes the kind of the highlighting to be used for span.
raw docstring

context-endcljs

(context-end highlight-span)

Returns: Location | undefined

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

context-startcljs

(context-start highlight-span)

Returns: Location | undefined

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

endcljs

(end highlight-span)

One character past last character of the definition.

Returns: Location

One character past last character of the definition.

**Returns:** `Location`
sourceraw docstring

kindcljs

(kind highlight-span)

Returns: HighlightSpanKind

**Returns:** `HighlightSpanKind`
sourceraw docstring

set-context-end!cljs

(set-context-end! highlight-span value)
source

set-context-start!cljs

(set-context-start! highlight-span value)
source

set-end!cljs

(set-end! highlight-span value)

One character past last character of the definition.

One character past last character of the definition.
sourceraw docstring

set-kind!cljs

(set-kind! highlight-span value)
source

set-start!cljs

(set-start! highlight-span value)

First character of the definition.

First character of the definition.
sourceraw docstring

startcljs

(start highlight-span)

First character of the definition.

Returns: Location

First character of the definition.

**Returns:** `Location`
sourceraw docstring

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

× close