TypeaheadInput interface

Signature

  1. export interface TypeaheadInput

Import

  1. import { TypeaheadInput } from '@grafana/ui';

Properties

PropertyTypeDescription
editorEditor
labelKeystring
prefixstring
textstring
valueValue
wrapperClassesstring[]

editor property

Signature

  1. editor?: Editor;

labelKey property

Signature

  1. labelKey?: string;

prefix property

Signature

  1. prefix: string;

text property

Signature

  1. text: string;

value property

Signature

  1. value?: Value;

wrapperClasses property

Signature

  1. wrapperClasses: string[];