Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
TypeaheadInput interface
Signature
export interface TypeaheadInput
Import
import { TypeaheadInput } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
editor | CoreEditor | |
labelKey | string | |
prefix | string | |
text | string | |
value | Value | |
wrapperClasses | string[] |
editor property
Signature
editor?: CoreEditor;
labelKey property
Signature
labelKey?: string;
prefix property
Signature
prefix: string;
text property
Signature
text: string;
value property
Signature
value?: Value;
wrapperClasses property
Signature
wrapperClasses: string[];