LaunchUrl

data class LaunchUrl(val url: String) : PdfScriptRequest

app.launchURL(url): open a web address.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String