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

Method _requestRefresh

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

Source from the content-addressed store, hash-verified

96 }
97
98 public _requestRefresh() {
99 this._isDirty = true;
100 if (this.isLoaded) {
101 this.refresh();
102 }
103 }
104
105 /**
106 * Forces the Repeater to reload all its items.

Callers 2

_onItemsChangedMethod · 0.95
index.tsFile · 0.80

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected