+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "MatcherID"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## MatcherID enum
### MatcherID enum
Signature
```typescript
export declare enum MatcherID
```
Import
```typescript
import { MatcherID } from '@grafana/data';
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| allMatch | "allMatch"
| |
| alwaysMatch | "alwaysMatch"
| |
| anyMatch | "anyMatch"
| |
| invertMatch | "invertMatch"
| |
| neverMatch | "neverMatch"
| |