+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "MatcherConfig" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## MatcherConfig interface Signature ```typescript export interface MatcherConfig ``` Import ```typescript import { MatcherConfig } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [id](#id-property) | string | | | [options](#options-property) | TOptions | | ### id property Signature ```typescript id: string; ``` ### options property Signature ```typescript options?: TOptions; ```