Module Values_0.ColumnConfigurationSource

The general configuration of a column.

Sourcetype nonrec t = {
  1. column : ColumnIdentifier.t;
    (*

    The column.

    *)
  2. formatConfiguration : FormatConfiguration.t option;
    (*

    The format configuration of a column.

    *)
  3. role : ColumnRole.t option;
    (*

    The role of the column.

    *)
  4. colorsConfiguration : ColorsConfiguration.t option;
    (*

    The color configurations of the column.

    *)
  5. decalSettingsConfiguration : DecalSettingsConfiguration.t option;
    (*

    Decal configuration of the column.

    *)
}
Sourceval context_ : string
Sourceval make : ?formatConfiguration:??? -> ?role:??? -> ?colorsConfiguration:??? -> ?decalSettingsConfiguration:??? -> column:ColumnIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of FieldValue.t ]) list ] list | `String of DataSetIdentifier.t | `Structure of (string * [> `String of DateTimeFormat.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 ]
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