Module Values_0.TableFieldCustomTextContentSource

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

Sourcetype nonrec t = {
  1. value : String_.t option;
    (*

    The string value of the custom text content for the table URL link content.

    *)
  2. fontConfiguration : FontConfiguration.t;
    (*

    The font configuration of the custom text content for the table URL link content.

    *)
}
Sourceval context_ : string
Sourceval make : ?value:??? -> fontConfiguration:FontConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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 ]
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