mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 14:12:41 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
557 B
557 B
+++
-----------------------------------------------------------------------
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
export declare type LinkTarget = '_blank' | '_self';
Import
import { LinkTarget } from '@grafana/data';