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>>