# updateTitle

Updates the title of the browser tab. You have to set brixxApi.appTitle property first and then update the title.

### Example Usages

```javascript
brixxApi.appTitle = "Hello World";
brixxApi.updateTilte();
```
