MCPcopy Create free account
hub / github.com/NativeScript/NativeScript / onLoaded

Method onLoaded

packages/core/ui/repeater/index.ts:41–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40 @profile
41 public onLoaded() {
42 if (this._isDirty) {
43 this.refresh();
44 }
45
46 super.onLoaded();
47 }
48
49 /**
50 * Gets or set the items collection of the Repeater.

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected