Liking cljdoc? Tell your friends :D

dots.typescript.completion-entry-details


code-actionscljs

(code-actions completion-entry-details)

Returns: CodeAction[] | undefined

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

display-partscljs

(display-parts completion-entry-details)

Returns: SymbolDisplayPart[]

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

documentationcljs

(documentation completion-entry-details)

Returns: SymbolDisplayPart[] | undefined

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

kindcljs

(kind completion-entry-details)

Returns: ScriptElementKind

**Returns:** `ScriptElementKind`
sourceraw docstring

kind-modifierscljs

(kind-modifiers completion-entry-details)

Returns: string

**Returns:** `string`
sourceraw docstring

namecljs

(name completion-entry-details)

Returns: string

**Returns:** `string`
sourceraw docstring

set-code-actions!cljs

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

set-display-parts!cljs

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

set-documentation!cljs

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

set-kind!cljs

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

set-kind-modifiers!cljs

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

set-name!cljs

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

set-source!cljs

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

set-source-display!cljs

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

set-tags!cljs

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

sourcecljs

(source completion-entry-details)

Returns: SymbolDisplayPart[] | undefined

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

source-displaycljs

(source-display completion-entry-details)

Returns: SymbolDisplayPart[] | undefined

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

tagscljs

(tags completion-entry-details)

Returns: JSDocTagInfo[] | undefined

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

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

× close