boundingClientRect property

DOMRectInit get boundingClientRect

Implementation

_i3.DOMRectInit get boundingClientRect => _i4.getProperty(
      this,
      'boundingClientRect',
    );
set boundingClientRect (DOMRectInit value)

Implementation

set boundingClientRect(_i3.DOMRectInit value) {
  _i4.setProperty(
    this,
    'boundingClientRect',
    value,
  );
}