mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 10:53:50 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
35 lines
904 B
Markdown
35 lines
904 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "MatcherID"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## MatcherID enum
|
|
|
|
### MatcherID enum
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare enum MatcherID
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { MatcherID } from '@grafana/data';
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| allMatch | <code>"allMatch"</code> | |
|
|
| alwaysMatch | <code>"alwaysMatch"</code> | |
|
|
| anyMatch | <code>"anyMatch"</code> | |
|
|
| invertMatch | <code>"invertMatch"</code> | |
|
|
| neverMatch | <code>"neverMatch"</code> | |
|
|
|