Liking cljdoc? Tell your friends :D

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

Represents a set of highligh spans for a give name

Represents a set of highligh spans for a give name
raw docstring

filecljs

(file document-highlights-item)

File containing highlight spans.

Returns: string

File containing highlight spans.

**Returns:** `string`
sourceraw docstring

highlight-spanscljs

(highlight-spans document-highlights-item)

Spans to highlight in file.

Returns: HighlightSpan[]

Spans to highlight in file.

**Returns:** `HighlightSpan[]`
sourceraw docstring

set-file!cljs

(set-file! document-highlights-item value)

File containing highlight spans.

File containing highlight spans.
sourceraw docstring

set-highlight-spans!cljs

(set-highlight-spans! document-highlights-item value)

Spans to highlight in file.

Spans to highlight in file.
sourceraw docstring

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

× close