boundingBox property

DOMRectReadOnly boundingBox

Implementation

DOMRectReadOnly get boundingBox => js_util.getProperty(this, 'boundingBox');
void boundingBox=(DOMRectReadOnly newValue)

Implementation

set boundingBox(DOMRectReadOnly newValue) {
  js_util.setProperty(this, 'boundingBox', newValue);
}