haXe API Documentation
Back | Index
extern class js.html.TitleElement
extends Element
Available in js
The title object exposes the HTMLTitleElement interface which contains the title for a document.  This element inherits all of the properties and methods described in the element section.

Documentation for this class was provided by MDN.
var text : String
Gets or sets the text content of the document's title.
Back | Index