boundingClientRect property

DOMRectInit get boundingClientRect

Implementation

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

Implementation

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