Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
DataSourceSelectItem interface
Signature
export interface DataSourceSelectItem
Import
import { DataSourceSelectItem } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
meta | DataSourcePluginMeta | |
name | string | |
value | string | null |
meta property
Signature
meta: DataSourcePluginMeta;
name property
Signature
name: string;
value property
Signature
value: string | null;