Menu

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.

Enterprise Open source

DataSourceSelectItem interface

Signature

typescript
export interface DataSourceSelectItem 

Import

typescript
import { DataSourceSelectItem } from '@grafana/data';

Properties

PropertyTypeDescription
metaDataSourcePluginMeta
namestring
sortstring
valuestring | null

meta property

Signature

typescript
meta: DataSourcePluginMeta;

name property

Signature

typescript
name: string;

sort property

Signature

typescript
sort: string;

value property

Signature

typescript
value: string | null;