How to trigger the Back Button from code
All the Back Button functionality can be found in the BackButton class. You can see all the available fields, properties and methods at https://api.doozyui.com/api/Doozy.Runtime.UIManager.Input.BackButton.html
//trigger Back Button
BackButton.Fire();
Code language: JavaScript (javascript)