+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "VariableModel"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## VariableModel interface
Signature
```typescript
export interface VariableModel
```
Import
```typescript
import { VariableModel } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [label](#label-property) | string | null
| |
| [name](#name-property) | string
| |
| [type](#type-property) | VariableType
| |
### label property
Signature
```typescript
label: string | null;
```
### name property
Signature
```typescript
name: string;
```
### type property
Signature
```typescript
type: VariableType;
```