startContainer property

Node get startContainer

Implementation

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

Implementation

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