Module Values_0.DateTimePickerControlDisplayOptionsSource

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. dateTimeFormat : DateTimeFormat.t option;
    (*

    Customize how dates are formatted in controls.

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

    The configuration of info icon label options.

    *)
  4. helperTextVisibility : Visibility.t option;
    (*

    The helper text visibility of the DateTimePickerControlDisplayOptions.

    *)
  5. dateIconVisibility : Visibility.t option;
    (*

    The date icon visibility of the DateTimePickerControlDisplayOptions.

    *)
}
Sourceval make : ?titleOptions:??? -> ?dateTimeFormat:??? -> ?infoIconLabelOptions:??? -> ?helperTextVisibility:??? -> ?dateIconVisibility:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DateTimeFormat.t | `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