Module Values_0.TotalOptionsSource

The total options for a table visual.

Sourcetype nonrec t = {
  1. totalsVisibility : Visibility.t option;
    (*

    The visibility configuration for the total cells.

    *)
  2. placement : TableTotalsPlacement.t option;
    (*

    The placement (start, end) for the total cells.

    *)
  3. scrollStatus : TableTotalsScrollStatus.t option;
    (*

    The scroll status (pinned, scrolled) for the total cells.

    *)
  4. customLabel : String_.t option;
    (*

    The custom label string for the total cells.

    *)
  5. totalCellStyle : TableCellStyle.t option;
    (*

    Cell styling options for the total cells.

    *)
  6. totalAggregationOptions : TotalAggregationOptionList.t option;
    (*

    The total aggregation settings for each value field.

    *)
}
Sourceval make : ?totalsVisibility:??? -> ?placement:??? -> ?scrollStatus:??? -> ?customLabel:??? -> ?totalCellStyle:??? -> ?totalAggregationOptions:??? -> unit -> t
Sourceval 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 ]
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