+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "FieldMatcherInfo"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## FieldMatcherInfo interface
Signature
```typescript
export interface FieldMatcherInfo extends RegistryItemWithOptions
```
Import
```typescript
import { FieldMatcherInfo } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [get](#get-property) | (options: TOptions) => FieldMatcher
| |
### get property
Signature
```typescript
get: (options: TOptions) => FieldMatcher;
```