MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getCurrentPage

Function getCurrentPage

apps/automated/src/ui-helper.ts:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172}
173
174export function getCurrentPage(): Page {
175 return Frame.topmost().currentPage;
176}
177
178export function getClearCurrentPage(): Page {
179 let page = Frame.topmost().currentPage;

Callers 6

clearPageFunction · 0.70
do_PageTestFunction · 0.70
do_PageTest_WithButtonFunction · 0.70
buildUIAndRunTestFunction · 0.70

Calls 1

topmostMethod · 0.45

Tested by

no test coverage detected