Values.CustomActionDefinitionSourceThe definition of the command to run when invoked as an alias or as an action button.
type nonrec t = {commandText : CustomActionDefinitionCommandTextString.t;The command string to run which may include variables by prefixing with a dollar sign ($).
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CustomActionDefinitionCommandTextString.t ])
list ]