Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.file-span

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

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

endcljs

(end file-span)

One character past last character of the definition.

Returns: Location

One character past last character of the definition.

**Returns:** `Location`
sourceraw docstring

filecljs

(file file-span)

File containing text span.

Returns: string

File containing text span.

**Returns:** `string`
sourceraw docstring

set-end!cljs

(set-end! file-span value)

One character past last character of the definition.

One character past last character of the definition.
sourceraw docstring

set-file!cljs

(set-file! file-span value)

File containing text span.

File containing text span.
sourceraw docstring

set-start!cljs

(set-start! file-span value)

First character of the definition.

First character of the definition.
sourceraw docstring

startcljs

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