boundingClientRect property

DOMRectInit boundingClientRect

Implementation

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

Implementation

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