Values.WidgetConfigSourceDefines the complete configuration for a widget, including data retrieval settings and visualization preferences.
type nonrec t = {queryParameters : QueryParameters.t;The parameters that define what data the widget should retrieve and how it should be filtered or grouped.
*)displayConfig : DisplayConfig.t;The configuration that determines how the retrieved data should be visualized in the widget.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of GenericString.t ]
* [> `Structure of (string * [> `Enum of string ]) list ])
list
| `Structure of (string * Awso.Botodata.value) list ])
list ])
list ]