Sets the url of the label, which will cause it to render as a link.
Returns this label.
Usage | Returns |
---|---|
Label.setUrl(targetUrl) | ui.Label |
Argument | Type | Details |
---|---|---|
this: ui.label | ui.Label | The ui.Label instance. |
targetUrl | String | The url of the hyperlink. |
JavaScript
// Your example goes here!
Python
# Your example goes here!