Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.references-response-item


context-endcljs

(context-end references-response-item)

Returns: Location | undefined

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

context-startcljs

(context-start references-response-item)

Returns: Location | undefined

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

definition?cljs

(definition? references-response-item)

Present only if the search was triggered from a declaration. True indicates that the references refers to the same symbol (i.e. has the same meaning) as the declaration that began the search.

Returns: boolean | undefined

Present only if the search was triggered from a declaration.
True indicates that the references refers to the same symbol
(i.e. has the same meaning) as the declaration that began the
search.

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

endcljs

(end references-response-item)

One character past last character of the definition.

Returns: Location

One character past last character of the definition.

**Returns:** `Location`
sourceraw docstring

filecljs

(file references-response-item)

File containing text span.

Returns: string

File containing text span.

**Returns:** `string`
sourceraw docstring

line-textcljs

(line-text references-response-item)

Text of line containing the reference. Including this with the response avoids latency of editor loading files to show text of reference line (the server already has loaded the referencing files).

If {@link UserPreferences.disableLineTextInReferences } is enabled, the property won't be filled

Returns: string | undefined

Text of line containing the reference. Including this
with the response avoids latency of editor loading files
to show text of reference line (the server already has loaded the referencing files).

If {@link UserPreferences.disableLineTextInReferences } is enabled, the property won't be filled

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

set-context-end!cljs

(set-context-end! references-response-item value)
source

set-context-start!cljs

(set-context-start! references-response-item value)
source

set-end!cljs

(set-end! references-response-item value)

One character past last character of the definition.

One character past last character of the definition.
sourceraw docstring

set-file!cljs

(set-file! references-response-item value)

File containing text span.

File containing text span.
sourceraw docstring

set-is-definition!cljs

(set-is-definition! references-response-item value)

Present only if the search was triggered from a declaration. True indicates that the references refers to the same symbol (i.e. has the same meaning) as the declaration that began the search.

Present only if the search was triggered from a declaration.
True indicates that the references refers to the same symbol
(i.e. has the same meaning) as the declaration that began the
search.
sourceraw docstring

set-is-write-access!cljs

(set-is-write-access! references-response-item value)

True if reference is a write location, false otherwise.

True if reference is a write location, false otherwise.
sourceraw docstring

set-line-text!cljs

(set-line-text! references-response-item value)

Text of line containing the reference. Including this with the response avoids latency of editor loading files to show text of reference line (the server already has loaded the referencing files).

If {@link UserPreferences.disableLineTextInReferences } is enabled, the property won't be filled

Text of line containing the reference. Including this
with the response avoids latency of editor loading files
to show text of reference line (the server already has loaded the referencing files).

If {@link UserPreferences.disableLineTextInReferences } is enabled, the property won't be filled
sourceraw docstring

set-start!cljs

(set-start! references-response-item value)

First character of the definition.

First character of the definition.
sourceraw docstring

startcljs

(start references-response-item)

First character of the definition.

Returns: Location

First character of the definition.

**Returns:** `Location`
sourceraw docstring

write-access?cljs

(write-access? references-response-item)

True if reference is a write location, false otherwise.

Returns: boolean

True if reference is a write location, false otherwise.

**Returns:** `boolean`
sourceraw docstring

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

× close