Values_0.TableOptionsSourceThe table options for a table visual.
type nonrec t = {orientation : TableOrientation.t option;The orientation (vertical, horizontal) for a table.
*)headerStyle : TableCellStyle.t option;The table cell style of a table header.
*)cellStyle : TableCellStyle.t option;The table cell style of table cells.
*)rowAlternateColorOptions : RowAlternateColorOptions.t option;The row alternate color options (widget status, row alternate colors) for a table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Integer of TableFieldHeight.t
| `List of [> `String of HexColor.t ] list
| `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 ]