mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import * as frame from "tns-core-modules/ui/frame";
|
|
|
|
export function navigate(args) {
|
|
frame.topmost().navigate("ui-tests-app/segmented-bar/clean");
|
|
}
|