(context-end references-response-item)
Returns: Location | undefined
**Returns:** `Location | undefined`
(context-start references-response-item)
Returns: Location | undefined
**Returns:** `Location | undefined`
(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`
(end references-response-item)
One character past last character of the definition.
Returns: Location
One character past last character of the definition. **Returns:** `Location`
(file references-response-item)
File containing text span.
Returns: string
File containing text span. **Returns:** `string`
(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`
(set-end! references-response-item value)
One character past last character of the definition.
One character past last character of the definition.
(set-file! references-response-item value)
File containing text span.
File containing text span.
(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.
(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.
(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
(set-start! references-response-item value)
First character of the definition.
First character of the definition.
(start references-response-item)
First character of the definition.
Returns: Location
First character of the definition. **Returns:** `Location`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close