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