+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "LinkModelSupplier"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## LinkModelSupplier interface
Provides a way to produce links on demand
TODO: ScopedVars in in GrafanaUI package!
Signature
```typescript
export interface LinkModelSupplier
```
Import
```typescript
import { LinkModelSupplier } from '@grafana/data';
```
Methods
| Method | Description |
| --- | --- |
| [getLinks(scopedVars)](#getlinks-method) | |
### getLinks method
Signature
```typescript
getLinks(scopedVars?: any): Array>;
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| scopedVars | any
| |
Returns:
`Array>`