+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DataSourceSelectItem"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## DataSourceSelectItem interface
Signature
```typescript
export interface DataSourceSelectItem
```
Import
```typescript
import { DataSourceSelectItem } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [meta](#meta-property) | DataSourcePluginMeta | |
| [name](#name-property) | string | |
| [sort](#sort-property) | string | |
| [value](#value-property) | string | 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;
```