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

Function title

packages/core/ui/segmented-bar/segmented-bar-common.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 private _title = '';
12
13 get title(): string {
14 return this._title;
15 }
16 set title(value: string) {
17 const strValue = value !== null && value !== undefined ? value.toString() : '';
18 if (this._title !== strValue) {

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
_updateMethod · 0.45

Tested by

no test coverage detected