FrameMatcherInfo interface
Signature
export interface FrameMatcherInfo<TOptions = any> extends RegistryItemWithOptions<TOptions>
Import
import { FrameMatcherInfo } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
get | (options: TOptions) => FrameMatcher |
get property
Signature
get: (options: TOptions) => FrameMatcher;