LinkModelSupplier interface

Provides a way to produce links on demand

TODO: ScopedVars in in GrafanaUI package!

Signature

  1. export interface LinkModelSupplier<T extends object>

Import

  1. import { LinkModelSupplier } from '@grafana/data';

Methods

MethodDescription
getLinks(replaceVariables)

Signature

  1. getLinks(replaceVariables?: InterpolateFunction): Array<LinkModel<T>>;

Parameters

ParameterTypeDescription
replaceVariablesInterpolateFunction

Returns:

Array<LinkModel<T>>