Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

LinkModelSupplier interface

Provides a way to produce links on demand

TODO: ScopedVars in in GrafanaUI package!

Signature

typescript
export interface LinkModelSupplier<T extends object> 

Import

typescript
import { LinkModelSupplier } from '@grafana/data';

Methods

MethodDescription
getLinks(scopedVars)

Signature

typescript
getLinks(scopedVars?: any): Array<LinkModel<T>>;

Parameters

ParameterTypeDescription
scopedVarsany

Returns:

Array<LinkModel<T>>