Module Values_0.TableFieldOptionsSource

The field options of a table visual.

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

    The field options to be configured to a table.

    *)
  2. order : FieldOrderList.t option;
    (*

    The order of the field IDs that are configured as field options for a table visual.

    *)
  3. pinnedFieldOptions : TablePinnedFieldOptions.t option;
    (*

    The settings for the pinned columns of a table visual.

    *)
  4. transposedTableOptions : TransposedTableOptionList.t option;
    (*

    The TableOptions of a transposed table.

    *)
}
Sourceval make : ?selectedFieldOptions:??? -> ?order:??? -> ?pinnedFieldOptions:??? -> ?transposedTableOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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 * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `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 | `Structure of (string * [> `List of [> `String of FieldId.t ] 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