mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
Apply cuetsy attrs to PanelSchema (#39112)
This commit is contained in:
parent
8537b36be2
commit
2a4b08eab9
@ -8,10 +8,10 @@ package scuemata
|
||||
// the larger Dashboard schema.
|
||||
#PanelSchema: {
|
||||
// Defines plugin specific options for a panel
|
||||
PanelOptions: {...}
|
||||
PanelOptions: {...} @cuetsy(kind="interface")
|
||||
|
||||
// Define the custom properties that exist within standard field config
|
||||
PanelFieldConfig?: {...}
|
||||
PanelFieldConfig?: {...} @cuetsy(kind="interface")
|
||||
|
||||
// Panels may define their own types
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user