MCPcopy Create free account
hub / github.com/NativeScript/firebase / navigatingTo

Function navigatingTo

apps/demo/src/plugin-demos/firebase-performance.ts:5–8  ·  view source on GitHub ↗
(args: EventData)

Source from the content-addressed store, hash-verified

3import { } from '@nativescript/firebase-performance';
4
5export function navigatingTo(args: EventData) {
6 const page = <Page>args.object;
7 page.bindingContext = new DemoModel();
8}
9
10export class DemoModel extends DemoSharedFirebasePerformance {
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected