Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.typescript.server.protocol.text-span

Object found in response messages defining a span of text in source code.

Object found in response messages defining a span of text in source code.
raw docstring

endcljs

(end text-span)

One character past last character of the definition.

Returns: Location

One character past last character of the definition.

**Returns:** `Location`
sourceraw docstring

set-end!cljs

(set-end! text-span value)

One character past last character of the definition.

One character past last character of the definition.
sourceraw docstring

set-start!cljs

(set-start! text-span value)

First character of the definition.

First character of the definition.
sourceraw docstring

startcljs

(start text-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