text property
String
get
text
The text
property of the HTMLAnchorElement represents the text
inside the the element.
This property represents the same information as Node.textContent.
Implementation
external String get text;
set
text
(String value)
Implementation
external set text(String value);