Apply cuetsy attrs to PanelSchema (#39112)

pull/39007/head
sam boyer 4 years ago committed by GitHub
parent 8537b36be2
commit 2a4b08eab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      cue/scuemata/panel-plugin.cue

@ -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…
Cancel
Save