Module Values_0.TableFieldOptionSource

The options for a table field.

Sourcetype nonrec t = {
  1. fieldId : FieldId.t;
    (*

    The field ID for a table field.

    *)
  2. width : PixelLength.t option;
    (*

    The width for a table field.

    *)
  3. customLabel : CustomLabel.t option;
    (*

    The custom label for a table field.

    *)
  4. visibility : Visibility.t option;
    (*

    The visibility of a table field.

    *)
  5. uRLStyling : TableFieldURLConfiguration.t option;
    (*

    The URL configuration for a table field.

    *)
}
Sourceval context_ : string
Sourceval make : ?width:??? -> ?customLabel:??? -> ?visibility:??? -> ?uRLStyling:??? -> fieldId:FieldId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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 ]
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