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