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

Method onLoaded

packages/core/ui/styling/style-scope.ts:574–580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

572 }
573
574 public onLoaded(): void {
575 if (this._matchInvalid) {
576 this.updateMatch();
577 }
578 this.subscribeForDynamicUpdates();
579 this.updateDynamicState();
580 }
581
582 public onUnloaded(): void {
583 this.unsubscribeFromDynamicUpdates();

Callers

nothing calls this directly

Calls 3

updateMatchMethod · 0.95
updateDynamicStateMethod · 0.95

Tested by

no test coverage detected