getBoundingClientRect property

DOMRect Function() getBoundingClientRect

Implementation

_i6.DOMRect Function() get getBoundingClientRect => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getBoundingClientRect',
      ),
      r'call',
      [this],
    );
void getBoundingClientRect=(DOMRect value())

Implementation

set getBoundingClientRect(_i6.DOMRect Function() value) {
  _i4.setProperty(
    this,
    'getBoundingClientRect',
    _i4.allowInterop(value),
  );
}