+++ # ----------------------------------------------------------------------- # 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 Signature ```typescript export declare type LinkTarget = '_blank' | '_self' | undefined; ``` Import ```typescript import { LinkTarget } from '@grafana/data'; ```