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

Function iconSource

packages/core/ui/tab-view/tab-view-common.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 get iconSource(): string {
59 return this._iconSource;
60 }
61 set iconSource(value: string) {
62 if (this._iconSource !== value) {
63 this._iconSource = value;

Callers

nothing calls this directly

Calls 1

_updateMethod · 0.45

Tested by

no test coverage detected