Module Values_0.DefaultTextAreaControlOptionsSource

The default options that correspond to the TextArea filter control type.

Sourcetype nonrec t = {
  1. delimiter : TextAreaControlDelimiter.t option;
    (*

    The delimiter that is used to separate the lines in text.

    *)
  2. displayOptions : TextAreaControlDisplayOptions.t option;
    (*

    The display options of a control.

    *)
}
Sourceval make : ?delimiter:??? -> ?displayOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TextAreaControlDelimiter.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 ]) 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