Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.diagnostic-related-information

Represents additional spans returned with a diagnostic which are relevant to it

Represents additional spans returned with a diagnostic which are relevant to it
raw docstring

categorycljs

(category diagnostic-related-information)

The category of the related information message, e.g. "error", "warning", or "suggestion".

Returns: string

The category of the related information message, e.g. "error", "warning", or "suggestion".

**Returns:** `string`
sourceraw docstring

codecljs

(code diagnostic-related-information)

The code used ot identify the related information

Returns: number

The code used ot identify the related information

**Returns:** `number`
sourceraw docstring

messagecljs

(message diagnostic-related-information)

Text of related or additional information.

Returns: string

Text of related or additional information.

**Returns:** `string`
sourceraw docstring

set-category!cljs

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

The category of the related information message, e.g. "error", "warning", or "suggestion".

The category of the related information message, e.g. "error", "warning", or "suggestion".
sourceraw docstring

set-code!cljs

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

The code used ot identify the related information

The code used ot identify the related information
sourceraw docstring

set-message!cljs

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

Text of related or additional information.

Text of related or additional information.
sourceraw docstring

set-span!cljs

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

Associated location

Associated location
sourceraw docstring

spancljs

(span diagnostic-related-information)

Associated location

Returns: FileSpan | undefined

Associated location

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

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

× close