Values.HiddenCaseRuleSourceA rule that controls field visibility based on conditions. Fields can be shown or hidden dynamically based on values in other fields.
type nonrec t = {defaultValue : Boolean.t;Whether the field is hidden when no conditions match.
*)conditions : BooleanConditionList.t;A list of conditions that determine field visibility.
*)}