Developer Docs - Apple TV Docs - Navigation Commands
The commands below are used to show and hides pages on the screen.
Push Page
Pushes a new page onto the navigation stack.
Additional options include the following parameters.
Replace Page
Replaces the current page on the navigation stack.
Additional options include the following parameters.
Present Modal
Displays a modal with the content from the provided page.
Additional options include the following parameters.
Pop Page
Will remove the current page from the navigation stack showing the previous page.
Dismiss Modal
Will dismiss the currently displayed modal.
Clear Navigation Stack
Will clear all documents from the navigation stack.