mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 02:29:33 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
44 lines
968 B
Markdown
44 lines
968 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "ConfigOverrideRule"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## ConfigOverrideRule interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface ConfigOverrideRule
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { ConfigOverrideRule } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [matcher](#matcher-property) | <code>MatcherConfig</code> | |
|
|
| [properties](#properties-property) | <code>DynamicConfigValue[]</code> | |
|
|
|
|
### matcher property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
matcher: MatcherConfig;
|
|
```
|
|
|
|
### properties property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
properties: DynamicConfigValue[];
|
|
```
|