+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "PanelModel"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## PanelModel interface
Signature
```typescript
export interface PanelModel
```
Import
```typescript
import { PanelModel } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [id](#id-property) | number
| |
| [options](#options-property) | TOptions
| |
| [pluginVersion](#pluginversion-property) | string
| |
| [scopedVars](#scopedvars-property) | ScopedVars
| |
### id property
Signature
```typescript
id: number;
```
### options property
Signature
```typescript
options: TOptions;
```
### pluginVersion property
Signature
```typescript
pluginVersion?: string;
```
### scopedVars property
Signature
```typescript
scopedVars?: ScopedVars;
```