mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataLinks: add internal flag in comments (#26215)
This commit is contained in:
parent
7752434d11
commit
3d98641a45
@ -35,6 +35,7 @@ export interface DataLink<T extends DataQuery = any> {
|
|||||||
// If dataLink represents internal link this has to be filled. Internal link is defined as a query in a particular
|
// If dataLink represents internal link this has to be filled. Internal link is defined as a query in a particular
|
||||||
// datas ource that we want to show to the user. Usually this results in a link to explore but can also lead to
|
// datas ource that we want to show to the user. Usually this results in a link to explore but can also lead to
|
||||||
// more custom onClick behaviour if needed.
|
// more custom onClick behaviour if needed.
|
||||||
|
// @internal and subject to change in future releases
|
||||||
internal?: {
|
internal?: {
|
||||||
query: T;
|
query: T;
|
||||||
datasourceUid: string;
|
datasourceUid: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user