Files
NativeScript/apps/tests/frame.md
2016-05-02 10:45:50 +03:00

21 lines
469 B
Markdown

---
nav-title: "frame How-To"
title: "frame"
description: "Examples for using frame"
---
# Frame
To perform navigation, you will need a reference to the topmost frame of the application.
<snippet id='frame-require'/>
### Navigating to a Module
<snippet id='frame-navigating'/>
### Navigating with a Factory Function
<snippet id='frame-factory-func'/>
### Navigating with NavigationEntry
<snippet id='frame-naventry'/>
### Navigating Back
<snippet id='frame-back'/>