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