Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.quick-info-response-body

Body of QuickInfoResponse.

Body of QuickInfoResponse.
raw docstring

display-stringcljs

(display-string quick-info-response-body)

Type and kind of symbol.

Returns: string

Type and kind of symbol.

**Returns:** `string`
sourceraw docstring

documentationcljs

(documentation quick-info-response-body)

Documentation associated with symbol. Display parts when UserPreferences.displayPartsForJSDoc is true, flattened to string otherwise.

Returns: string | SymbolDisplayPart[]

Documentation associated with symbol.
Display parts when UserPreferences.displayPartsForJSDoc is true, flattened to string otherwise.

**Returns:** `string | SymbolDisplayPart[]`
sourceraw docstring

endcljs

(end quick-info-response-body)

One past last character of symbol.

Returns: Location

One past last character of symbol.

**Returns:** `Location`
sourceraw docstring

kindcljs

(kind quick-info-response-body)

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

Returns: ScriptElementKind

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

**Returns:** `ScriptElementKind`
sourceraw docstring

kind-modifierscljs

(kind-modifiers quick-info-response-body)

Optional modifiers for the kind (such as 'public').

Returns: string

Optional modifiers for the kind (such as 'public').

**Returns:** `string`
sourceraw docstring

set-display-string!cljs

(set-display-string! quick-info-response-body value)

Type and kind of symbol.

Type and kind of symbol.
sourceraw docstring

set-documentation!cljs

(set-documentation! quick-info-response-body value)

Documentation associated with symbol. Display parts when UserPreferences.displayPartsForJSDoc is true, flattened to string otherwise.

Documentation associated with symbol.
Display parts when UserPreferences.displayPartsForJSDoc is true, flattened to string otherwise.
sourceraw docstring

set-end!cljs

(set-end! quick-info-response-body value)

One past last character of symbol.

One past last character of symbol.
sourceraw docstring

set-kind!cljs

(set-kind! quick-info-response-body value)

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').
sourceraw docstring

set-kind-modifiers!cljs

(set-kind-modifiers! quick-info-response-body value)

Optional modifiers for the kind (such as 'public').

Optional modifiers for the kind (such as 'public').
sourceraw docstring

set-start!cljs

(set-start! quick-info-response-body value)

Starting file location of symbol.

Starting file location of symbol.
sourceraw docstring

set-tags!cljs

(set-tags! quick-info-response-body value)

JSDoc tags associated with symbol.

JSDoc tags associated with symbol.
sourceraw docstring

startcljs

(start quick-info-response-body)

Starting file location of symbol.

Returns: Location

Starting file location of symbol.

**Returns:** `Location`
sourceraw docstring

tagscljs

(tags quick-info-response-body)

JSDoc tags associated with symbol.

Returns: JSDocTagInfo[]

JSDoc tags associated with symbol.

**Returns:** `JSDocTagInfo[]`
sourceraw docstring

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

× close