getBoundingClientRect property
DOMRect Function()
get
getBoundingClientRect
Implementation
_i3.DOMRect Function() get getBoundingClientRect => () => _i4.callMethod(
_i4.getProperty(
this,
'getBoundingClientRect',
),
r'call',
[this],
);
set
getBoundingClientRect
(DOMRect value())
Implementation
set getBoundingClientRect(_i3.DOMRect Function() value) {
_i4.setProperty(
this,
'getBoundingClientRect',
_i4.allowInterop(value),
);
}