Module Values_0.TableFieldURLConfigurationSource

The URL configuration for a table field.

Sourcetype nonrec t = {
  1. linkConfiguration : TableFieldLinkConfiguration.t option;
    (*

    The link configuration of a table field URL.

    *)
  2. imageConfiguration : TableFieldImageConfiguration.t option;
    (*

    The image configuration of a table field URL.

    *)
}
Sourceval make : ?linkConfiguration:??? -> ?imageConfiguration:??? -> unit -> t
Sourceval to_value : 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 ]
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