import * as pages from "ui/page"; export function pageLoaded(args) { var page = args.object; page.bindingContext = { author: "Pratchett" }; }