Module Values_0.SheetControlInfoIconLabelOptionsSource

A control to display info icons for filters and parameters.

Sourcetype nonrec t = {
  1. visibility : Visibility.t option;
    (*

    The visibility configuration of info icon label options.

    *)
  2. infoIconText : SheetControlInfoIconText.t option;
    (*

    The text content of info icon.

    *)
}
Sourceval make : ?visibility:??? -> ?infoIconText:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of SheetControlInfoIconText.t ]) 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