mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 04:42:35 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
62 lines
1.3 KiB
Markdown
62 lines
1.3 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "SuggestionsState"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## SuggestionsState interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface SuggestionsState
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { SuggestionsState } from '@grafana/ui';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [groupedItems](#groupeditems-property) | <code>CompletionItemGroup[]</code> | |
|
|
| [typeaheadContext](#typeaheadcontext-property) | <code>string</code> | |
|
|
| [typeaheadPrefix](#typeaheadprefix-property) | <code>string</code> | |
|
|
| [typeaheadText](#typeaheadtext-property) | <code>string</code> | |
|
|
|
|
### groupedItems property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
groupedItems: CompletionItemGroup[];
|
|
```
|
|
|
|
### typeaheadContext property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
typeaheadContext: string;
|
|
```
|
|
|
|
### typeaheadPrefix property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
typeaheadPrefix: string;
|
|
```
|
|
|
|
### typeaheadText property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
typeaheadText: string;
|
|
```
|