MatcherConfig interface
Signature
export interface MatcherConfig<TOptions = any>
Import
import { MatcherConfig } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
id | string | |
options | TOptions |
id property
Signature
id: string;
options property
Signature
options?: TOptions;