Module Values_0.PivotTableFieldCollapseStateOptionSource

The collapse state options for the pivot table field options.

Sourcetype nonrec t = {
  1. target : PivotTableFieldCollapseStateTarget.t;
    (*

    A tagged-union object that sets the collapse state.

    *)
  2. state : PivotTableFieldCollapseState.t option;
    (*

    The state of the field target of a pivot table. Choose one of the following options: COLLAPSED EXPANDED

    *)
}
Sourceval context_ : string
Sourceval make : ?state:??? -> target:PivotTableFieldCollapseStateTarget.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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 ]
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