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.

The location of this related diagnostic information.
sourceraw docstring

messagecljs

(message diagnostic-related-information)

The message of this related diagnostic information.

The message of this related diagnostic information.
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 is a website building & hosting documentation for Clojure/Script libraries

× close