Module Values_0.TableOptionsSource

The table options for a table visual.

Sourcetype nonrec t = {
  1. orientation : TableOrientation.t option;
    (*

    The orientation (vertical, horizontal) for a table.

    *)
  2. headerStyle : TableCellStyle.t option;
    (*

    The table cell style of a table header.

    *)
  3. cellStyle : TableCellStyle.t option;
    (*

    The table cell style of table cells.

    *)
  4. rowAlternateColorOptions : RowAlternateColorOptions.t option;
    (*

    The row alternate color options (widget status, row alternate colors) for a table.

    *)
}
Sourceval make : ?orientation:??? -> ?headerStyle:??? -> ?cellStyle:??? -> ?rowAlternateColorOptions:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t