Values_0.SheetElementRenderingRuleSourceThe rendering rules of a sheet that uses a free-form layout.
type nonrec t = {expression : Expression.t;The expression of the rendering rules of a sheet.
*)configurationOverrides : SheetElementConfigurationOverrides.t;The override configuration of the rendering rules of a sheet.
*)}val make :
expression:Expression.t ->
configurationOverrides:SheetElementConfigurationOverrides.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Expression.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]