Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ navigatingTo
Function
navigatingTo
apps/toolbox/src/pages/tabview.ts:110–114 ·
view source on GitHub ↗
(args: EventData)
Source
from the content-addressed store, hash-verified
108
const
vm =
new
TabViewDemoModel();
109
110
export
function
navigatingTo(args: EventData) {
111
const
page = args.object as Page;
112
page.bindingContext = vm;
113
vm.init(page);
114
}
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected