Module Values_0.PivotTableConfigurationSource

The configuration for a PivotTableVisual.

Sourcetype nonrec t = {
  1. fieldWells : PivotTableFieldWells.t option;
    (*

    The field wells of the visual.

    *)
  2. sortConfiguration : PivotTableSortConfiguration.t option;
    (*

    The sort configuration for a PivotTableVisual.

    *)
  3. tableOptions : PivotTableOptions.t option;
    (*

    The table options for a pivot table visual.

    *)
  4. totalOptions : PivotTableTotalOptions.t option;
    (*

    The total options for a pivot table visual.

    *)
  5. fieldOptions : PivotTableFieldOptions.t option;
    (*

    The field options for a pivot table visual.

    *)
  6. paginatedReportOptions : PivotTablePaginatedReportOptions.t option;
    (*

    The paginated report options for a pivot table visual.

    *)
  7. tooltip : TooltipOptions.t option;
  8. dashboardCustomizationVisualOptions : DashboardCustomizationVisualOptions.t option;
    (*

    The options that define customizations available to dashboard readers for a specific visual

    *)
  9. interactions : VisualInteractionOptions.t option;
    (*

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?tableOptions:??? -> ?totalOptions:??? -> ?fieldOptions:??? -> ?paginatedReportOptions:??? -> ?tooltip:??? -> ?dashboardCustomizationVisualOptions:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `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 FieldId.t | `Structure 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 | `List of [> `Structure of (string * [> `String of FieldId.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `Integer of TableFieldHeight.t | `List of [> `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of NullString.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of HexColor.t | `Structure of (string * [> `Enum of string | `Integer of TableFieldHeight.t | `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 | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of HexColor.t ]) list ]) list ]) 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