launchUrl
Launch URL allows opening a new browser tab (or window), by delegating the actual work to Power BI. So see this method check our How-to guide
Parameters
Name | Type | Description |
---|---|---|
url | string | external weblink |
Sample
this.host.launchUrl('http://some.link.net');