* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
841 B
841 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" |
|
| byType | "byType" |
|
| numeric | "numeric" |
|
| time | "time" |