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.
LinkModelSupplier interface
Provides a way to produce links on demand
TODO: ScopedVars in in GrafanaUI package!
Signature
export interface LinkModelSupplier<T extends object>
Import
import { LinkModelSupplier } from '@grafana/data';
Methods
Method | Description |
---|---|
getLinks(replaceVariables) |
getLinks method
Signature
getLinks(replaceVariables?: InterpolateFunction): Array<LinkModel<T>>;
Parameters
Parameter | Type | Description |
---|---|---|
replaceVariables | InterpolateFunction |
Returns:
Array<LinkModel<T>>