+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DataLinkClickEvent"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## DataLinkClickEvent interface
Callback info for DataLink click events
Signature
```typescript
export interface DataLinkClickEvent
```
Import
```typescript
import { DataLinkClickEvent } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [e](#e-property) | any
| |
| [origin](#origin-property) | T
| |
| [scopedVars](#scopedvars-property) | ScopedVars
| |
### e property
Signature
```typescript
e?: any;
```
### origin property
Signature
```typescript
origin: T;
```
### scopedVars property
Signature
```typescript
scopedVars: ScopedVars;
```