openUrl

abstract infix fun openUrl(url: String): Styler

Applies a click event that opens a URL when clicked.

Return

this Styler instance for chaining

Parameters

url

the URL as a string to open


abstract infix fun openUrl(url: URL): Styler

Applies a click event that opens a URL when clicked.

Return

this Styler instance for chaining

Parameters

url

the URL to open