+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "CompletionItemKind"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
draft = true
+++
## CompletionItemKind enum
### CompletionItemKind enum
Signature
```typescript
export declare enum CompletionItemKind
```
Import
```typescript
import { CompletionItemKind } from '@grafana/ui';
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| GroupTitle | "GroupTitle"
| |