mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
519 B
519 B
nav-title, title, environment, description, previous_url
| nav-title | title | environment | description | previous_url |
|---|---|---|---|---|
| frame How-To | frame | nativescript | Examples for using frame | /ApiReference/ui/frame/HOW-TO |
Frame
To perform navigation, you will need a reference to the topmost frame of the application. {%snippet frame-require%}
Navigating to a Module
{%snippet frame-navigating%}
Navigating with a Factory Function
{%snippet frame-factory-func%}
Navigating with NavigationEntry
{%snippet frame-naventry%}
Navigating Back
{%snippet frame-back%}