There isn't a property for that (yet). I believe it has been requested on UserVoice. At any rate, you can set this within the UI using some javascript. On the page go to Properties>Navigation and check the Javascript command radio button. Then enter the below code (modify your url) and it should work as expected.
window.open('http://www.yourwebsite.com/','',''); return false;