Apply cuetsy attrs to PanelSchema (#39112)

This commit is contained in:
sam boyer
2021-09-15 12:27:47 -04:00
committed by GitHub
parent 8537b36be2
commit 2a4b08eab9

View File

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