Module Values_0.ParameterTextFieldControlSource

A control to display a text box that is used to enter a single entry.

Sourcetype nonrec t = {
  1. parameterControlId : ShortRestrictiveResourceId.t;
    (*

    The ID of the ParameterTextFieldControl.

    *)
  2. title : SheetControlTitle.t option;
    (*

    The title of the ParameterTextFieldControl.

    *)
  3. sourceParameterName : ParameterName.t;
    (*

    The source parameter name of the ParameterTextFieldControl.

    *)
  4. displayOptions : TextFieldControlDisplayOptions.t option;
    (*

    The display options of a control.

    *)
  5. controlTitleFormatText : ControlTitleFormatText.t option;
    (*

    The title text format configuration for the control.

    *)
}
Sourceval context_ : string
Sourceval make : ?title:??? -> ?displayOptions:??? -> ?controlTitleFormatText:??? -> parameterControlId:ShortRestrictiveResourceId.t -> sourceParameterName:ParameterName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `String of ControlTitlePlainText.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 ]) 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