Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.completion-info


entriescljs

(entries completion-info)

Returns: readonly CompletionEntry[]

**Returns:** `readonly CompletionEntry[]`
sourceraw docstring

flagscljs

(flags completion-info)

Returns: number | undefined

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

global-completion?cljs

(global-completion? completion-info)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

incomplete?cljs

(incomplete? completion-info)

Returns: boolean | undefined

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

member-completion?cljs

(member-completion? completion-info)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

new-identifier-location?cljs

(new-identifier-location? completion-info)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

optional-replacement-spancljs

(optional-replacement-span completion-info)

In the absence of CompletionEntry["replacementSpan"], the editor may choose whether to use this span or its default one. If CompletionEntry["replacementSpan"] is defined, that span must be used to commit that completion entry.

Returns: TextSpan | undefined

In the absence of `CompletionEntry["replacementSpan"]`, the editor may choose whether to use
this span or its default one. If `CompletionEntry["replacementSpan"]` is defined, that span
must be used to commit that completion entry.

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

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

× close