Module Values_0.PivotTableFieldOptionsSource

The field options for a pivot table visual.

Sourcetype nonrec t = {
  1. selectedFieldOptions : PivotTableFieldOptionList.t option;
    (*

    The selected field options for the pivot table field options.

    *)
  2. dataPathOptions : PivotTableDataPathOptionList.t option;
    (*

    The data path options for the pivot table field options.

    *)
  3. collapseStateOptions : PivotTableFieldCollapseStateOptionList.t option;
    (*

    The collapse state options for the pivot table field options.

    *)
}
Sourceval make : ?selectedFieldOptions:??? -> ?dataPathOptions:??? -> ?collapseStateOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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 ]) 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