text property
String
get
text
The text
property of the HTMLTitleElement interface represents the
text of the document's title. Only the text part is included; tags within
the element and their content are stripped and ignored.
Implementation
external String get text;
set
text
(String value)
Implementation
external set text(String value);