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