+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "FrameMatcherID" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## FrameMatcherID enum ### FrameMatcherID enum Field name matchers Signature ```typescript export declare enum FrameMatcherID ``` Import ```typescript import { FrameMatcherID } from '@grafana/data'; ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | byIndex | "byIndex" | | | byLabel | "byLabel" | | | byName | "byName" | | | byRefId | "byRefId" | |