Values_0.TotalOptionsSourceThe total options for a table visual.
type nonrec t = {totalsVisibility : Visibility.t option;The visibility configuration for the total cells.
*)placement : TableTotalsPlacement.t option;The placement (start, end) for the total cells.
*)scrollStatus : TableTotalsScrollStatus.t option;The scroll status (pinned, scrolled) for the total cells.
*)customLabel : String_.t option;The custom label string for the total cells.
*)totalCellStyle : TableCellStyle.t option;Cell styling options for the total cells.
*)totalAggregationOptions : TotalAggregationOptionList.t option;The total aggregation settings for each value field.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of FieldId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableFieldHeight.t
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableBorderThickness.t
| `String of PixelLength.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableBorderThickness.t
| `String of HexColor.t ])
list ])
list ])
list ])
list ])
list ]