Values_0.VisualCustomizationFieldsConfigurationSourceThe configuration that controls field customization options available to dashboard readers for a visual.
type nonrec t = {status : DashboardCustomizationStatus.t option;Specifies whether dashboard readers can customize fields for this visual. This option is ENABLED by default.
*)additionalFields : VisualCustomizationAdditionalFieldsList.t option;The additional dataset fields available for dashboard readers to customize the visual with, beyond the fields already configured on the visual.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of DataSetIdentifier.t ]) list ]
list ])
list ]