startContainer property

Node startContainer

Implementation

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

Implementation

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