...
In this example, setting the hyperlink reference will open your native email client to send an email to the specified 'mailto:' recipient. This can also be applied in mobile applications with the 'click to call' example where when the hyperlink is clicked the phone number will be sent to the devices dialer to place a call to the specified number.
Another use for the hyperlink reference property is to open a new URL. This is typically used in conjunction with the target property to open the URL in a new window.
To do this, simply place a valid URL in the hyperlink reference property and set the target if you wish to open the link somewhere other than the default.
target - The target property specifies where to open the hyperlink reference. One way to use the target property is to open a new URL in a pop-up window.
...