grafana/docs/sources/packages_api/data/linktarget.md

24 lines
569 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "LinkTarget"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## LinkTarget type
### LinkTarget type
<b>Signature</b>
```typescript
export declare type LinkTarget = '_blank' | '_self' | undefined;
```
<b>Import</b>
```typescript
import { LinkTarget } from '@grafana/data';
```