3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/docs/sources/packages_api/data/linktarget.md

569 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' | undefined;

Import

import { LinkTarget } from '@grafana/data';