mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 15:42:55 +08:00
27 lines
575 B
Markdown
27 lines
575 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "TraceLink"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## TraceLink type
|
|
|
|
### TraceLink type
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare type TraceLink = {
|
|
url: string;
|
|
text: string;
|
|
};
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { TraceLink } from '@grafana/data';
|
|
```
|