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