Title
Class
A service that can be used to get and set the title of a current HTML document.
API
Description
class Title {}
getTitle
string
Get the title of the current HTML document.
@returns
string
setTitle
void
Set the title of the current HTML document.
@paramnewTitle
string
@returns
void
Jump to details