Liking cljdoc? Tell your friends :D

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


descriptioncljs

(description completion-entry-label-details)

An optional string which is rendered less prominently after {@link CompletionEntryLabelDetails.detail }. Should be used for fully qualified names or file path.

Returns: string | undefined

An optional string which is rendered less prominently after
{@link CompletionEntryLabelDetails.detail }. Should be used for fully qualified
names or file path.

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

detailcljs

(detail completion-entry-label-details)

An optional string which is rendered less prominently directly after {@link CompletionEntry.name name}, without any spacing. Should be used for function signatures or type annotations.

Returns: string | undefined

An optional string which is rendered less prominently directly after
{@link CompletionEntry.name name}, without any spacing. Should be
used for function signatures or type annotations.

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

set-description!cljs

(set-description! completion-entry-label-details value)

An optional string which is rendered less prominently after {@link CompletionEntryLabelDetails.detail }. Should be used for fully qualified names or file path.

An optional string which is rendered less prominently after
{@link CompletionEntryLabelDetails.detail }. Should be used for fully qualified
names or file path.
sourceraw docstring

set-detail!cljs

(set-detail! completion-entry-label-details value)

An optional string which is rendered less prominently directly after {@link CompletionEntry.name name}, without any spacing. Should be used for function signatures or type annotations.

An optional string which is rendered less prominently directly after
{@link CompletionEntry.name name}, without any spacing. Should be
used for function signatures or type annotations.
sourceraw docstring

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

× close