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

Function title

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

Source from the content-addressed store, hash-verified

32 }
33
34 get title(): string {
35 return this._title;
36 }
37 set title(value: string) {
38 if (this._title !== value) {
39 this._title = value;

Callers

nothing calls this directly

Calls 1

_updateMethod · 0.45

Tested by

no test coverage detected