Liking cljdoc? Tell your friends :D

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

The body of a "references" response message.

The body of a "references" response message.
raw docstring

refscljs

(refs references-response-body)

The file locations referencing the symbol.

Returns: readonly ReferencesResponseItem[]

The file locations referencing the symbol.

**Returns:** `readonly ReferencesResponseItem[]`
sourceraw docstring

set-refs!cljs

(set-refs! references-response-body value)

The file locations referencing the symbol.

The file locations referencing the symbol.
sourceraw docstring

set-symbol-display-string!cljs

(set-symbol-display-string! references-response-body value)

The full display name of the symbol.

The full display name of the symbol.
sourceraw docstring

set-symbol-name!cljs

(set-symbol-name! references-response-body value)

The name of the symbol.

The name of the symbol.
sourceraw docstring

set-symbol-start-offset!cljs

(set-symbol-start-offset! references-response-body value)

The start character offset of the symbol (on the line provided by the references request).

The start character offset of the symbol (on the line provided by the references request).
sourceraw docstring

symbol-display-stringcljs

(symbol-display-string references-response-body)

The full display name of the symbol.

Returns: string

The full display name of the symbol.

**Returns:** `string`
sourceraw docstring

symbol-namecljs

(symbol-name references-response-body)

The name of the symbol.

Returns: string

The name of the symbol.

**Returns:** `string`
sourceraw docstring

symbol-start-offsetcljs

(symbol-start-offset references-response-body)

The start character offset of the symbol (on the line provided by the references request).

Returns: number

The start character offset of the symbol (on the line provided by the references request).

**Returns:** `number`
sourceraw docstring

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

× close