rootBounds property

DOMRectInit? get rootBounds

Implementation

DOMRectInit? get rootBounds => js_util.getProperty(this, 'rootBounds');
set rootBounds (DOMRectInit? newValue)

Implementation

set rootBounds(DOMRectInit? newValue) {
  js_util.setProperty(this, 'rootBounds', newValue);
}