DynamicConfigValue interface
Signature
export interface DynamicConfigValue
Import
import { DynamicConfigValue } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
id | string | |
value | any |
id property
Signature
id: string;
value property
Signature
value?: any;