updateTitle
Updates the title of the browser tab. You have to set app.appTitle property first and then update the title.
Example Usages
app.appTitle = "Hello World";
app.updateTilte();
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?