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[];