FieldMatcherInfo interface

Signature

  1. export interface FieldMatcherInfo<TOptions = any> extends RegistryItemWithOptions<TOptions>

Import

  1. import { FieldMatcherInfo } from '@grafana/data';

Properties

PropertyTypeDescription
get(options: TOptions) => FieldMatcher

get property

Signature

  1. get: (options: TOptions) => FieldMatcher;