DynamicConfigValue interface

Signature

  1. export interface DynamicConfigValue

Import

  1. import { DynamicConfigValue } from '@grafana/data';

Properties

PropertyTypeDescription
idstring
valueany

id property

Signature

  1. id: string;

value property

Signature

  1. value?: any;