outerHTML property

String outerHTML

Implementation

String get outerHTML => js_util.getProperty(this, 'outerHTML');
void outerHTML=(String newValue)

Implementation

set outerHTML(String newValue) {
  js_util.setProperty(this, 'outerHTML', newValue);
}