Module Values_0.TableFieldLinkConfigurationSource

The link configuration of a table field URL.

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

    The URL target (new tab, new window, same tab) for the table link configuration.

    *)
  2. content : TableFieldLinkContentConfiguration.t;
    (*

    The URL content (text, icon) for the table link configuration.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure 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 ]
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