CompletionEntryLabelDetails

sealed external interface CompletionEntryLabelDetails(source)

Properties

Link copied to clipboard
abstract var description: String?

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

Link copied to clipboard
abstract var detail: String?

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.