mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 18:42:29 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
36 lines
872 B
Markdown
36 lines
872 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# 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
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare enum FrameMatcherID
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { FrameMatcherID } from '@grafana/data';
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| byIndex | <code>"byIndex"</code> | |
|
|
| byLabel | <code>"byLabel"</code> | |
|
|
| byName | <code>"byName"</code> | |
|
|
| byRefId | <code>"byRefId"</code> | |
|
|
|