Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
toString
Method · 0.45
_update
Method · 0.45
Tested by
no test coverage detected