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