For tiles on a dashboard with the external link defined, where can I find that url from the tileclicked event?
When I look at the event.detail in the following code, there's no reference to a external link URL
dashboard.on("tileClicked", function (event) {
alert(JSON.stringfy(event.detail));
});