mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 05:53:15 +08:00

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