Values_0.SheetTextBoxSourceA text box.
type nonrec t = {sheetTextBoxId : ShortRestrictiveResourceId.t;The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
*)content : SheetTextBoxContent.t option;The content that is displayed in the text box.
*)interactions : TextBoxInteractionOptions.t option;The general textbox interactions setup for a textbox.
*)}val make :
?content:??? ->
?interactions:??? ->
sheetTextBoxId:ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ShortRestrictiveResourceId.t
| `Structure of
(string * [> `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]