mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* cue mod init github.com/grafana/grafana/dashboard-schemas * dashboard-schemas: Document exporting to OpenAPI Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
15 lines
196 B
CUE
15 lines
196 B
CUE
package panels
|
|
|
|
_link: {
|
|
// Link title.
|
|
title?: string
|
|
// Whether to open link in new browser tab.
|
|
targetBlank: bool | *true
|
|
// URL of link.
|
|
url: string
|
|
}
|
|
|
|
panelLink: _link
|
|
|
|
dataLink: _link
|