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