FrameMatcherInfo interface

Signature

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

Import

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

Properties

PropertyTypeDescription
get(options: TOptions) => FrameMatcher

get property

Signature

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