FormatOptionLabelMeta type

FormatOptionLabelMeta type

Signature

  1. export declare type FormatOptionLabelMeta<T> = {
  2. context: string;
  3. inputValue: string;
  4. selectValue: Array<SelectableValue<T>>;
  5. };

Import

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