Body of QuickInfoResponse.
Body of QuickInfoResponse.
(display-string quick-info-response-body)
Type and kind of symbol.
Returns: string
Type and kind of symbol. **Returns:** `string`
(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[]`
(end quick-info-response-body)
One past last character of symbol.
Returns: Location
One past last character of symbol. **Returns:** `Location`
(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`
(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`
(set-display-string! quick-info-response-body value)
Type and kind of symbol.
Type and kind of symbol.
(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.
(set-end! quick-info-response-body value)
One past last character of symbol.
One past last character of symbol.
(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').
(set-kind-modifiers! quick-info-response-body value)
Optional modifiers for the kind (such as 'public').
Optional modifiers for the kind (such as 'public').
(set-start! quick-info-response-body value)
Starting file location of symbol.
Starting file location of symbol.
(set-tags! quick-info-response-body value)
JSDoc tags associated with symbol.
JSDoc tags associated with symbol.
(start quick-info-response-body)
Starting file location of symbol.
Returns: Location
Starting file location of symbol. **Returns:** `Location`
(tags quick-info-response-body)
JSDoc tags associated with symbol.
Returns: JSDocTagInfo[]
JSDoc tags associated with symbol. **Returns:** `JSDocTagInfo[]`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close