Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.completion-entry-details

Additional completion entry details, available on demand

Additional completion entry details, available on demand
raw docstring

code-actionscljs

(code-actions completion-entry-details)

The associated code actions for this entry

Returns: CodeAction[] | undefined

The associated code actions for this entry

**Returns:** `CodeAction[] | undefined`
sourceraw docstring

display-partscljs

(display-parts completion-entry-details)

Display parts of the symbol (similar to quick info).

Returns: SymbolDisplayPart[]

Display parts of the symbol (similar to quick info).

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

documentationcljs

(documentation completion-entry-details)

Documentation strings for the symbol.

Returns: SymbolDisplayPart[] | undefined

Documentation strings for the symbol.

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

kindcljs

(kind completion-entry-details)

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

Returns: ScriptElementKind

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

**Returns:** `ScriptElementKind`
sourceraw docstring

kind-modifierscljs

(kind-modifiers completion-entry-details)

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

Returns: string

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

**Returns:** `string`
sourceraw docstring

namecljs

(name completion-entry-details)

The symbol's name.

Returns: string

The symbol's name.

**Returns:** `string`
sourceraw docstring

set-code-actions!cljs

(set-code-actions! completion-entry-details value)

The associated code actions for this entry

The associated code actions for this entry
sourceraw docstring

set-display-parts!cljs

(set-display-parts! completion-entry-details value)

Display parts of the symbol (similar to quick info).

Display parts of the symbol (similar to quick info).
sourceraw docstring

set-documentation!cljs

(set-documentation! completion-entry-details value)

Documentation strings for the symbol.

Documentation strings for the symbol.
sourceraw docstring

set-kind!cljs

(set-kind! completion-entry-details value)

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

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

set-kind-modifiers!cljs

(set-kind-modifiers! completion-entry-details value)

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

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

set-name!cljs

(set-name! completion-entry-details value)

The symbol's name.

The symbol's name.
sourceraw docstring

set-source!cljs

(set-source! completion-entry-details value)
source

set-source-display!cljs

(set-source-display! completion-entry-details value)

Human-readable description of the source from the CompletionEntry.

Human-readable description of the `source` from the CompletionEntry.
sourceraw docstring

set-tags!cljs

(set-tags! completion-entry-details value)

JSDoc tags for the symbol.

JSDoc tags for the symbol.
sourceraw docstring

sourcecljs

(source completion-entry-details)

Returns: SymbolDisplayPart[] | undefined

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

source-displaycljs

(source-display completion-entry-details)

Human-readable description of the source from the CompletionEntry.

Returns: SymbolDisplayPart[] | undefined

Human-readable description of the `source` from the CompletionEntry.

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

tagscljs

(tags completion-entry-details)

JSDoc tags for the symbol.

Returns: JSDocTagInfo[] | undefined

JSDoc tags for the symbol.

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

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

× close