endContainer property

Node endContainer

Implementation

Node get endContainer => js_util.getProperty(this, 'endContainer');
void endContainer=(Node newValue)

Implementation

set endContainer(Node newValue) {
  js_util.setProperty(this, 'endContainer', newValue);
}