Module Values_0.TextFieldControlDisplayOptionsSource

The display options of a control.

Sourcetype nonrec t = {
  1. titleOptions : LabelOptions.t option;
    (*

    The options to configure the title visibility, name, and font size.

    *)
  2. placeholderOptions : TextControlPlaceholderOptions.t option;
    (*

    The configuration of the placeholder options in a text field control.

    *)
  3. infoIconLabelOptions : SheetControlInfoIconLabelOptions.t option;
    (*

    The configuration of info icon label options.

    *)
}
Sourceval make : ?titleOptions:??? -> ?placeholderOptions:??? -> ?infoIconLabelOptions:??? -> 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