Files
NativeScript/e2e/ui-tests-app/app/button/highlight-4740/highlight-4740-page.ts
2019-06-20 15:58:36 +03:00

6 lines
145 B
TypeScript

import * as frame from "tns-core-modules/ui/frame";
export function onTap() {
frame.topmost().navigate("button/highlight-4740/sub-page");
}