Window.setTitle

Set the title of the window.

class Window
setTitle
(
this T
)
(
string title
)

Parameters

title string

The title of the window.

Return Value

Type: auto

This window to aid method chaining.

Meta