Module Values_0.TableFieldLinkContentConfigurationSource

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

Sourcetype nonrec t = {
  1. customTextContent : TableFieldCustomTextContent.t option;
    (*

    The custom text content (value, font configuration) for the table link content configuration.

    *)
  2. customIconContent : TableFieldCustomIconContent.t option;
    (*

    The custom icon content for the table link content configuration.

    *)
}
Sourceval make : ?customTextContent:??? -> ?customIconContent:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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