title
The title for the window tab.
Declaration
var title: String! { get set }Discussion
The title displays within the window tab when the associated window is part of a tabbing group.
By default, the title of the window tab follows the title of its associated window, but it may be customized using the title property. If the title has been customized, setting the title property to nil causes it to follow the window’s title again.