getBounds property

DOMRect Function() get getBounds

Implementation

_i3.DOMRect Function() get getBounds => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getBounds',
      ),
      r'call',
      [this],
    );
set getBounds (DOMRect value())

Implementation

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