+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DashboardInfo"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
+++
## DashboardInfo interface
Describes the basic dashboard information that can be passed as the meta analytics payload.
Signature
```typescript
export interface DashboardInfo
```
Import
```typescript
import { DashboardInfo } from '@grafana/runtime';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [dashboardId](#dashboardid-property) | number
| |
| [dashboardName](#dashboardname-property) | string
| |
| [dashboardUid](#dashboarduid-property) | string
| |
| [folderName](#foldername-property) | string
| |
### dashboardId property
Signature
```typescript
dashboardId: number;
```
### dashboardName property
Signature
```typescript
dashboardName: string;
```
### dashboardUid property
Signature
```typescript
dashboardUid: string;
```
### folderName property
Signature
```typescript
folderName?: string;
```