mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
23 lines
539 B
Markdown
23 lines
539 B
Markdown
---
|
|
nav-title: "frame How-To"
|
|
title: "frame"
|
|
environment: nativescript
|
|
description: "Examples for using frame"
|
|
previous_url: /ApiReference/ui/frame/HOW-TO
|
|
---
|
|
# 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'/>
|