IBI-helpMe

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

JavaScript
window.external.ibihelpme_SetWindowTitle('Hello World');