ibihelpme_SetWindowTitle
| Signature | ibihelpme_SetWindowTitle(title: string): void | 
|---|---|
| Description | Sets the window title | 
| Available from API version | 1.0.0 | 
Parameter
| Name | Type | Description | 
|---|---|---|
| title | string | Window title to be displayed | 
Return value
No return value
Example
        JS
    
    window.external.ibihelpme_SetWindowTitle('Hello World');