mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 09:01:10 +08:00
5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import * as frame from "ui/frame";
|
|
|
|
export function navigate(args) {
|
|
frame.topmost().navigate("ui-tests-app/action-bar/clean");
|
|
} |