String text

All text within this node and its descendents.

Other resources

Source

@DomName('Node.textContent')
@DocsEditable()
String get text => _blink.BlinkNode.instance.textContent_Getter_(this);
void text=(String value)

All text within this node and its descendents.

Other resources

Source

@DomName('Node.textContent')
@DocsEditable()
set text(String value) =>
    _blink.BlinkNode.instance.textContent_Setter_(this, value);