boundingBox property

DOMRectReadOnly get boundingBox

Implementation

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

Implementation

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