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

34 lines
715 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "hasLinks"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## hasLinks() function
### hasLinks() function
<b>Signature</b>
```typescript
export declare function hasLinks(field: Field): boolean;
```
<b>Import</b>
```typescript
import { hasLinks } from '@grafana/data';
```
<b>Parameters</b>
| Parameter | Type | Description |
| --- | --- | --- |
| field | <code>Field</code> | |
<b>Returns:</b>
`boolean`