mirror of https://github.com/grafana/grafana.git
1015 B
1015 B
+++
-----------------------------------------------------------------------
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
export declare enum FieldMatcherID
Import
import { FieldMatcherID } from '@grafana/data';
Enumeration Members
Member | Value | Description |
---|---|---|
byName | "byName" |
|
byNames | "byNames" |
|
byRegexp | "byRegexp" |
|
byRegexpOrNames | "byRegexpOrNames" |
|
byType | "byType" |
|
numeric | "numeric" |
|
time | "time" |