Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/window/window-title-service
WindowTitleService
Class WindowTitleService
Index
Constructors
constructor
Properties
_
title
on
Did
Change
Title
Emitter
preferences
separator
title
Contributions
title
Parts
title
Template?
Accessors
on
Did
Change
Title
title
Methods
init
update
update
Title
Constructors
constructor
new
WindowTitleService
()
:
WindowTitleService
Returns
WindowTitleService
Properties
Protected
_
title
_title
:
string
= ''
Protected
on
Did
Change
Title
Emitter
onDidChangeTitleEmitter
:
Emitter
<
string
>
= ...
Protected
Readonly
preferences
preferences
:
CorePreferences
Protected
separator
separator
:
string
= ' - '
Protected
Readonly
title
Contributions
titleContributions
:
ContributionProvider
<
WindowTitleContribution
>
Protected
title
Parts
titleParts
:
Map
<
string
,
undefined
|
string
>
= ...
Protected
Optional
title
Template
titleTemplate
?:
string
Accessors
on
Did
Change
Title
get
onDidChangeTitle
()
:
Event
<
string
>
Returns
Event
<
string
>
title
get
title
()
:
string
Returns
string
Methods
Protected
init
init
()
:
void
Returns
void
update
update
(
parts
:
Record
<
string
,
string
|
undefined
>
)
:
void
Parameters
parts
:
Record
<
string
,
string
|
undefined
>
Returns
void
Protected
update
Title
updateTitle
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
title
on
Did
Change
Title
Emitter
preferences
separator
title
Contributions
title
Parts
title
Template
Accessors
on
Did
Change
Title
title
Methods
init
update
update
Title
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...