On this page
text property
String textAll text within this node and its descendents.
Other resources
- Node.textContent from MDN.
Source
@DomName('Node.textContent')
@DocsEditable()
String get text => _blink.BlinkNode.instance.textContent_Getter_(this);
void text=(All text within this node and its descendents.
Other resources
- Node.textContent from MDN.
Source
@DomName('Node.textContent')
@DocsEditable()
set text(String value) =>
_blink.BlinkNode.instance.textContent_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Node/text.html