rootBounds property

DOMRectInit? rootBounds

Implementation

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

Implementation

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