Values_0.VisualTitleLabelOptionsSourceThe title label options for a visual.
type nonrec t = {visibility : Visibility.t option;The visibility of the title label.
*)formatText : ShortFormatText.t option;The short text format of the title label, such as plain text or rich text.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of ShortPlainText.t ]) list ])
list ]