grafana/docs/sources/packages_api/ui/suggestionsstate.md

1.3 KiB

+++

-----------------------------------------------------------------------

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

export interface SuggestionsState 

Import

import { SuggestionsState } from '@grafana/ui';

Properties

Property Type Description
groupedItems CompletionItemGroup[]
typeaheadContext string
typeaheadPrefix string
typeaheadText string

groupedItems property

Signature

groupedItems: CompletionItemGroup[];

typeaheadContext property

Signature

typeaheadContext: string;

typeaheadPrefix property

Signature

typeaheadPrefix: string;

typeaheadText property

Signature

typeaheadText: string;