intersectionRect property
DOMRectInit
get
intersectionRect
Implementation
DOMRectInit get intersectionRect =>
js_util.getProperty(this, 'intersectionRect');
set
intersectionRect
(DOMRectInit newValue)
Implementation
set intersectionRect(DOMRectInit newValue) {
js_util.setProperty(this, 'intersectionRect', newValue);
}