(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`
(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`
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close