type property

CompletionItemType? type
final

The item's type. Typically the client uses this information to render the item in the UI with an icon.

Implementation

final CompletionItemType? type;