+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "FieldMatcherID" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## FieldMatcherID enum ### FieldMatcherID enum Signature ```typescript export declare enum FieldMatcherID ``` Import ```typescript import { FieldMatcherID } from '@grafana/data'; ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | byName | "byName" | | | byNames | "byNames" | | | byRegexp | "byRegexp" | | | byRegexpOrNames | "byRegexpOrNames" | | | byType | "byType" | | | numeric | "numeric" | | | time | "time" | |