Liking cljdoc? Tell your friends :D

dots.vscode.diagnostic-related-information

Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g. when duplicating a symbol in a scope.

Represents a related message and source code location for a diagnostic. This should be
used to point to code locations that cause or related to a diagnostics, e.g. when duplicating
a symbol in a scope.
raw docstring

locationcljs

(location diagnostic-related-information)

The location of this related diagnostic information.

Returns: Location

The location of this related diagnostic information.

**Returns:** `Location`
sourceraw docstring

messagecljs

(message diagnostic-related-information)

The message of this related diagnostic information.

Returns: string

The message of this related diagnostic information.

**Returns:** `string`
sourceraw docstring

set-location!cljs

(set-location! diagnostic-related-information value)

The location of this related diagnostic information.

The location of this related diagnostic information.
sourceraw docstring

set-message!cljs

(set-message! diagnostic-related-information value)

The message of this related diagnostic information.

The message of this related diagnostic information.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close