rootBounds property
DOMRectInit?
get
rootBounds
Implementation
_i3.DOMRectInit? get rootBounds => _i4.getProperty(
this,
'rootBounds',
);
set
rootBounds
(DOMRectInit? value)
Implementation
set rootBounds(_i3.DOMRectInit? value) {
_i4.setProperty(
this,
'rootBounds',
value ?? _i6.undefined,
);
}