Files
NativeScript/e2e/ui-tests-app/app/list-view/scrolling-and-sizing-page.ts
2019-09-19 15:40:31 +03:00

5 lines
160 B
TypeScript

export function onNavigatingTo(args) {
const page = args.object;
page.bindingContext = ["The quick", "brown fox", "jumped over", "the", "lazy dog."];
}