+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "SuggestionsState"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## SuggestionsState interface
Signature
```typescript
export interface SuggestionsState
```
Import
```typescript
import { SuggestionsState } from '@grafana/ui';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [groupedItems](#groupeditems-property) | CompletionItemGroup[]
| |
| [typeaheadContext](#typeaheadcontext-property) | string
| |
| [typeaheadPrefix](#typeaheadprefix-property) | string
| |
| [typeaheadText](#typeaheadtext-property) | string
| |
### groupedItems property
Signature
```typescript
groupedItems: CompletionItemGroup[];
```
### typeaheadContext property
Signature
```typescript
typeaheadContext: string;
```
### typeaheadPrefix property
Signature
```typescript
typeaheadPrefix: string;
```
### typeaheadText property
Signature
```typescript
typeaheadText: string;
```