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