Module Values_0.TableConfigurationSource

The configuration for a TableVisual.

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

    The field wells of the visual.

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

    The sort configuration for a TableVisual.

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

    The table options for a table visual.

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

    The total options for a table visual.

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

    The field options for a table visual.

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

    The paginated report options for a table visual.

    *)
  7. tableInlineVisualizations : TableInlineVisualizationList.t option;
    (*

    A collection of inline visualizations to display within a chart.

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

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

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

    The general visual interactions setup for a visual.

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