Values_0.CustomActionURLOperationSourceThe URL operation that opens a link to another webpage.
type nonrec t = {uRLTemplate : URLOperationTemplate.t;THe URL link of the CustomActionURLOperation.
*)uRLTarget : URLTargetConfiguration.t;The target of the CustomActionURLOperation. Valid values are defined as follows: NEW_TAB: Opens the target URL in a new browser tab. NEW_WINDOW: Opens the target URL in a new browser window. SAME_TAB: Opens the target URL in the same browser tab.
*)}val make :
uRLTemplate:URLOperationTemplate.t ->
uRLTarget:URLTargetConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of URLOperationTemplate.t ]) list ]