Module Values_0.CustomActionURLOperationSource

The URL operation that opens a link to another webpage.

Sourcetype nonrec t = {
  1. uRLTemplate : URLOperationTemplate.t;
    (*

    THe URL link of the CustomActionURLOperation.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : uRLTemplate:URLOperationTemplate.t -> uRLTarget:URLTargetConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of URLOperationTemplate.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